$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [serialization] baffled by very long archive load time
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-03-29 15:09:42
>I have noticed that I need to compile with "-Ox
> -fno-inline-small-functions" when x=2,3. I'm not sure if this is
> significant.
I would expect this to be extremely significant. why do you
need to do this. I have used gcc profiling to investigate
bottlenecks in the library. You might look at the directory
../libs/serialization/performance to see how to do this.
Robert Ramey