search for: d7191

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

Did you mean: 57191
2015 Jan 27
2
[LLVMdev] RFC: Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
...elopers choose between these options when designing new pieces of infrastructure. Many thanks to Richard Smith who helped me crystalize 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...