$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ovanes Markarian (om_boost_at_[hidden])
Date: 2006-10-23 06:07:37
Hello,
we have some application, where boost::shared_ptr is extensively used. After profiling with gprof
I got that the shared_ptr destructor is very expensive. I used following g++ compiler flags to
compile:
-Wall -ftemplate-depth-50 -fexceptions -fexpensive-optimizations -O3
Are there may be some MACRO-defs, which can enable/disable some additional optimizations?
With Kind Regards,
Ovanes Markarian