Changes between Version 8 and Version 9 of April 2011 Meeting/Threading


Ignore:
Timestamp:
Apr 27, 2011 3:56:12 PM (13 years ago)
Author:
levin@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • April 2011 Meeting/Threading

    v8 v9  
    4646Why not a templated cross-shared String?
    4747 * Problem with performance!
    48  * There is some mitigation already (semi efficient implementation for long String that avoid copying)
     48 * There is some mitigation already (semi efficient implementation for long String that avoid copying) -- (gbarra pointed out afterwards that this is broken at the moment. It was broken by the change to allocate the string buffer in one chunk with the StringImpl. He has some good ideas about how to fix this.)
    4949
    5050Why not develop a push API for GraphicsContext?