[Webkit-unassigned] [Bug 19718] REGRESSION (SquirrelFish): Named anonymous functions are slow accessing global variables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 23 12:49:51 PDT 2008


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





------- Comment #2 from ggaren at apple.com  2008-06-23 12:49 PDT -------
Can you give more data on the SquirrelFish regression:

* Is access to a global from a named anonymous function slower in SF than it
was before SF?

* How big (%) is the regression?

The cause of the relative slowness is that, according to the spec, a named
anonymous function should have a vanilla (i.e. unoptimized) object inserted
into its scope chain, with one property: the function's name. 

We can / should improve this situation, but that's how things are implemented
today (and how they've always been implemented).


-- 
Configure bugmail: https://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