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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 05:35:48 PST 2013


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





--- Comment #9 from Dan Carney <dcarney at google.com>  2013-01-24 05:37:41 PST ---
After looking into it, I realized that only utf8 and two byte strings are supported by the current system.  I've adjusted the patch to handle this, without needing to bump the version.  It comes at a performance cost, but once v8 latin-1 support is stable, I'll implement a version 3 SSV which handles one byte strings directly, without the need to unnecessarily jump in and out of utf8.

-- 
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