On Nov 30, 2005, at 4:47 AM, Alexey Proskuryakov wrote:

On 30.11.2005 07:24, "Maciej Stachowiak" <[EMAIL PROTECTED]> 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

_______________________________________________
webkit-dev mailing list
[email protected]
http://www.opendarwin.org/mailman/listinfo/webkit-dev

Reply via email to