Codes SourcesRSS

Objects in the Linux kernel: evolution is good

http://poincare.univ-lorraine.fr/fr/seminaire-codes-sources
2015-4-9
报告人 : Greg KROAH HARTMAN (Linux Foundation)
This talk will discuss how the Linux kernel driver model came to be, starting out with one idea, which was refined by a group of people over time to encompass all types of devices within the kernel. This evolution changed Linux to use object oriented programming throughout all drivers, taking small objects and building on them, all using only the C language with almost no runtime overhead.
This model would never have come about except due to the way the Linux kernel is developed, with multiple developer helping each other out, and forcing developers to break their changes up into small individual pieces. Combined with the fact that all device drivers are within the kernel source tree, this has enabled Linux drivers to be, on average, 1/3 smaller than drivers for other operating systems.
Portions of this model have now been copied by the BSD kernels, including MacOS, validating the basic idea in a cross-codebase manner.

更多具体信息 …
Julia.Lawall (at) nulllip6.fr
Mentions légales
网站导航