
28 May
2009
28 May
'09
9:02 a.m.
Robert Dailey wrote:
On Thu, May 28, 2009 at 8:58 AM, Steven Watanabe <watanabesj@gmail.com <mailto:watanabesj@gmail.com>> wrote:
AMDG
francesco biscani wrote:
- header-only library: if used with small operands, GMP can suffer some performance penalty related to function call overhead. Maybe it would be possible to minimize it using aggressive inlining?
Optimizing compilers can inline across translation units, these days.
No way! Really? That's so cool. What compilers currently utilize such an optimization? Microsoft, Intel, LLVM-GCC with appropriate linker support (i.e. MacOS linker, llvm-ld, or gold), experimental in GCC trunk, and probably others.
Sebastian