$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Stan Vasilyev (stan.vasilyev_at_[hidden])
Date: 2006-07-15 02:19:38
Sometimes compilers make bad decisions that result in 2x worse
performance. This is especially true when writing math libraries. It's
useful to have a __forceinline option.
On 7/14/06, Michael Nicolella <boost_at_[hidden]> wrote:
> Why don't you trust your compiler to decide when inlining a function is a
> good choice for an optimization? :)
>
>