search for: _polymorphism

Displaying 1 result from an estimated 1 matches for "_polymorphism".

Did you mean: polymorphism
2015 Jan 27
2
[LLVMdev] RFC: Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
...talize this, as well as Eric, Dave, and Nick who helped me talk it through. You can find the actual patch and make comments on Phabricator here: http://reviews.llvm.org/D7191 I'm just going to paste the text below however as I think that'll more easily facilitate discussion! ======== .. _polymorphism: Designing Type Hiercharies and Polymorphic Interfaces ----------------------------------------------------- There are two different design patterns that tend to result in the use of virtual dispatch for methods in a type hierarchy in C++ programs. The first is a genuine type hierarchy where diff...