[Webkit-unassigned] [Bug 16471] Completions need to be smaller (or not exist at all)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 17 03:47:51 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16471





------- Comment #1 from eric at webkit.org  2007-12-17 03:47 PDT -------
Yeah, looking again at the asm, I'm quite certain we're spending tons of extra
time copying these return values onto the stack after each function call.  Most
of the time all we care about is the value.  Storing the completion type and
target on the ExecState and just returning a value could be a large win.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list