[Webkit-unassigned] [Bug 107655] [v8] prepare SerializedScriptValue for transition to Latin-1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 25 07:50:03 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=107655





--- Comment #14 from Joshua Bell <jsbell at chromium.org>  2013-01-25 07:51:57 PST ---
(From update of attachment 184470)
View in context: https://bugs.webkit.org/attachment.cgi?id=184470&action=review

Looks fine to me.

> Source/WebCore/bindings/v8/SerializedScriptValue.cpp:324
> +        ensureSpace(utf8Length);

Could move this up and use ensureSpace(sizeof(StringTag) + sizeof(uint32_t) + utf8Length) (probably premature optimization, though)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list