Object-oriented Design Patterns in the Kernel, Part 2

“In the first part of this analysis we looked at how the polymorphic side of object-oriented programming was implemented in the Linux kernel using regular C constructs. In particular we examined method dispatch, looked at the different forms that vtables could take, and the circumstances where separate vtables were eschewed in preference for storing function pointers directly in objects. In this conclusion we will explore a second important aspect of object-oriented programming – inheritance, and in particular data inheritance.”

11 Comments

  1. 2011-06-27 5:42 pm
    • 2011-06-27 5:54 pm
      • 2011-06-27 6:36 pm
        • 2011-06-27 6:36 pm
    • 2011-06-27 7:47 pm
      • 2011-06-27 8:50 pm
        • 2011-06-27 9:06 pm
        • 2011-06-27 9:14 pm
    • 2011-06-27 9:33 pm
      • 2011-06-27 9:41 pm
        • 2011-06-27 10:05 pm