Bug 140574

Summary: REGRESSION(178591): js/slow-stress/call-spread.html & js/slow-stress/new-spread.html
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Michael Saboff 2015-01-16 16:18:44 PST
The change in 178591 requires that we resolve "arguments" instead of using the arguments register when "arguments" is captured and there is a lexical scope.  That change for correctness slowed down these two tests.
Comment 1 Michael Saboff 2015-01-16 16:37:03 PST
Committed r178614: <http://trac.webkit.org/changeset/178614>