[webkit-dev] Optimization of buffer allocation of Vector and StringBuilder

Darin Adler darin at apple.com
Tue Oct 11 17:45:41 PDT 2011


On Oct 11, 2011, at 3:32 AM, Xianzhu Wang (王显著) wrote:

> add a StringImpl::reallocate() method

Sounds good.

Before StringBuilder, StringImpl objects were never resized, so this is a recently-introduced issue.

    -- Darin




More information about the webkit-dev mailing list