[Webkit-unassigned] [Bug 102979] 10% regression in dromaeo_domcoreattr/dom_attr_getAttribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 18:13:33 PST 2012


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





--- Comment #6 from Kentaro Hara <haraken at chromium.org>  2012-11-21 18:15:35 PST ---
BTW, this regression gives me an insight for another optimization.

For types other than V8Parameter, we are using EXCEPTION_BLOCK(), which allocates a TryCatch object every time. By adding a fast path that avoids creating a TryCatch object, we could improve performance.

For example, EXCEPTION_BLOCK(double, value, args[0]->NumberValue()) can avoid allocating a TryCatch object when args[0]->IsNumber() is true.

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