[Webkit-unassigned] [Bug 100851] [V8] use toV8Fast in all relevant Node getters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 14 02:38:00 PST 2012


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





--- Comment #17 from Dan Carney <dcarney at google.com>  2012-11-14 02:39:46 PST ---
(In reply to comment #13)
> (From update of attachment 174099 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=174099&action=review
> 
> Looks good to me as an incremental step to implement toV8Fast() and kill toV8Slow().
> 
> Just to clarify, would you explain what code will be executed for HTMLDivElement::toV8Fast() by this change?

it will call toV8Fast(HTMLDivElement*... which will perform the fast check and on cache miss, dispatch the wrapping call through dispatchWrap(HTMLDivElement*... instead of dispatchWrap(Node*..., which would eventually call dispatchWrap(HTMLDivElement*...  anyway

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