28 May
2009
28 May
'09
3:02 p.m.
On Thu, May 28, 2009 at 8:58 AM, Steven Watanabe
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
Robert Dailey wrote: linker, llvm-ld, or gold), experimental in GCC trunk, and probably others. Sebastian