On Thu, May 28, 2009 at 8:58 AM, Steven Watanabe <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?