Bug 140574
| Summary: | REGRESSION(178591): js/slow-stress/call-spread.html & js/slow-stress/new-spread.html | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Saboff <msaboff> |
| Component: | JavaScriptCore | Assignee: | Michael Saboff <msaboff> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Michael Saboff
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Saboff
Committed r178614: <http://trac.webkit.org/changeset/178614>