30 Nov
2005
30 Nov
'05
9:41 p.m.
On Nov 30, 2005, at 4:47 AM, Alexey Proskuryakov wrote:
On 30.11.2005 07:24, "Maciej Stachowiak" <mjs@apple.com> wrote:
I plan to integrate this soon. Any thoughts?
Does gcc support C++0x move semantics? With CodeWarrior, it gave me measurably better performance than PassRefPtr.
- WBR, Alexey Proskuryakov
<reftest3.cpp>
Nope, move semantics are not supported yet in gcc. This is my best shot at emulating something similar in a way that will work in older compilers. Eventually we will probably want to use move semantics but it may be a couple of years before C++0x is widely enough implemented. Cheers, Maciej