-
Notifications
You must be signed in to change notification settings - Fork 55
Background general cpp
gitbaum edited this page Jul 29, 2011
·
3 revisions
General C++ Issues
Links:
-
Technical Report on C++ Performance <http://www.research.att.com/~bs/performanceTR.pdf>
_ -
Efficient C/C++ Coding Techniques <http://www.open-std.org/JTC1/sc22/wg21/docs/ESC_Boston_01_304_paper.pdf>
_ -
Using C++ Efficiently In Embedded Applications <http://www.open-std.org/jtc1/sc22/wg21/docs/ESC_San_Jose_98_401_paper.pdf>
_ -
Reducing Run-Time Overhead in C++ Programs <http://www.open-std.org/jtc1/sc22/wg21/docs/ESC_SF_02_405_&_445_paper.pdf>
_ -
Representing and Manipulating Hardware in Standard C and C++ <http://www.open-std.org/JTC1/SC22/WG21/docs/ESC_SF_02_465_paper.pdf>
_ -
Embedded C and C++ Compiler Evaluation Methodology <http://www.open-std.org/jtc1/sc22/wg21/docs/ESC_San_Jose_99_443_paper.pdf>
_ - http://www.ix-konferenz.de/smeyer09pdf/S020_09_EffectiveCPlusPlus.pdf
Links:
-
Why Not Specialize Function Templates <http://www.gotw.ca/publications/mill17.htm>
_ -
The direct cost of virtual function calls in C++ <http://portal.acm.org/citation.cfm?id=236369&dl=GUIDE&coll=GUIDE&CFID=54170739&CFTOKEN=80939095>
_