 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Tue May 08, 2007 5:44 am Post subject: inline all global functions in a lib? |
|
|
Hi,
When implementing a library, such as the C++ standard library, would it be
sensible to inline all functions that are not defined in a class?
Does it actually make a difference or will the compiler do the samething
regardless?
Presumably forcing inline will make the code marginally faster and the size
of compiled programs larger?
Thank you,
--
Ivan Novick
http://www.0x4849.net
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ] |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|