ThesaHelp: references t-z
ThesaHelp: ACM references m-z
Group: object-oriented programming
Topic: code optimization by global analysis
Topic: optimization of object-oriented programs
Topic: in-line code
Topic: system builds
Topic: incremental development
| |
Reference
Zendra, O., Colnet, D., Collin, S.,
"Efficient dynamic dispatch without virtual function tables. The SmallEiffel compiler",
Proc. 1997 ACM SIGPLAN conference on Object-oriented Programming Systems, Languages & Applications (OOPSLA '97),
ACM SIGPLAN Notices, 32, 10, October 1997, pp. 125-141.
Google
Quotations
abstract ;;Quote: SmallEiffel uses global type inference to replace late binding with direct calls to concrete code; efficiently handles multiple inheritance, genericity, dead code
| abstract ;;Quote: replace virtual function tables with static type testing code; allows inlined function calls
| 125 ;;Quote: separate compilation not necessary; can perform global analysis, C code generation, and recompilation of modified files
|
Related Topics
ThesaHelp: references t-z (309 items)
ThesaHelp: ACM references m-z (280 items)
Group: object-oriented programming (26 topics, 822 quotes)
Topic: code optimization by global analysis (24 items)
Topic: optimization of object-oriented programs (16 items)
Topic: in-line code (7 items)
Topic: system builds (43 items)
Topic: incremental development (74 items)
|