[Webkit-unassigned] [Bug 89042] [V8] V8ArrayBufferViewCustom.cpp uses unnecessary v8::Script::Compile

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 15:42:43 PDT 2012


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


Kenneth Russell <kbr at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
         AssignedTo|webkit-unassigned at lists.web |kbr at google.com
                   |kit.org                     |




--- Comment #1 from Kenneth Russell <kbr at google.com>  2012-06-13 15:42:43 PST ---
This code inserts a JavaScript-side shim developed by Ulan Degenbaev which provides a large speedup for setting a typed array from a JavaScript array. The same code in C++ is hugely slower due to the need to go across the V8 API for every incoming array element.

I'm closing this as WontFix. If I misunderstood why this bug was filed, please reopen it.

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