$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jody Hagins (jody-boost-011304_at_[hidden])
Date: 2004-12-02 07:06:17
On Thu, 2 Dec 2004 17:22:44 +0800
XinWei Hu <huxw1980_at_[hidden]> wrote:
> And the whole situation is bit improved while compile with
> -funit-at-a-time option, but the trend is the same.
This should be enabled with -O3. From the g++ 3.3.3 manpage...
-O3 Optimize yet more. -O3 turns on all optimizations
specified by -O2 and also turns on the -finline-func
tions, -fweb, -funit-at-a-time, -ftracer,
-funswitch-loops and -frename-registers options.