$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Block Pointer] benchmark
From: Phil Bouchard (philippe_at_[hidden])
Date: 2011-05-27 18:58:58
On 5/27/2011 3:08 PM, Phil Bouchard wrote:
>
> 2)
> make:
> auto_ptr: 5127206 ns
> shared_ptr: 10731503 ns
> block_ptr: 128038925 ns
>
> new:
> auto_ptr: 4667825 ns
> shared_ptr: 11210022 ns
> block_ptr: 69109934 ns
So the conclusion is: there is no such RVO for block_ptr.
-Phil