Boost logo

Boost Users :

Subject: Re: [Boost-users] Integral type with no upper limit?
From: John Maddock (john_at_[hidden])
Date: 2009-05-28 11:13:55


>> Optimizing compilers can inline across translation units, these days.
>
>
> No way! Really? That's so cool. What compilers currently utilize such an
> optimization?

I believe that the Intel compiler's "Interprocedure Optimizations" will do
that: basically the source is translated to an intermediate format (not
quite an object file), and then the linker does all the hard work. Of
course you need to compile everything with IPO turned on for it to work,
it's *not* going to work if you just link against -lgmp or something.

John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net