$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Integral type with no upper limit?
From: Robert Dailey (rcdailey_at_[hidden])
Date: 2009-05-28 10:49:01
On Thu, May 28, 2009 at 8:58 AM, Steven Watanabe <watanabesj_at_[hidden]>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?