[Webkit-unassigned] [Bug 102240] [V8] Rename dispatchWrap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 06:48:18 PST 2012


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





--- Comment #11 from Dan Carney <dcarney at google.com>  2012-11-27 06:50:30 PST ---
> Thanks, I understood the situation. (I'm thinking about how we can make it simpler. My colleague asked me to simplify it because the current situation is complicated:-) toV8Fast(), toV8(), toV8Object(), wrap(), createWrapper()...)

unfortunately, it's important to generate all those different functions for every class  to have fast dispatch down the subclass chains and to have fast wrapper cache checks. there will be quite a few more toFastV8 function being added soon to every class that supports toV8

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