On May 31, 2013, at 3:27 PM, Adam Barth <aba...@webkit.org> wrote:

> I believe we store a bit on StringImpl that makes conversion from String and 
> StringImpl to AtomicString fast
> if the underlying StringImpl is already in the AtomicStringTable.

Good point. Converting back to an atomic string costs only a single bit test 
and branch now; it’s almost free. My mistake.

-- Darin
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to