Bug 17963
Summary: | math-partial-sums.js spends all its time looking up the Math object | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | barraclough, ggaren, mjs |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Eric Seidel (no email)
math-partial-sums.js spends all its time looking up the Math object
At least I think that's the object it's looking up. It sure is beating the darn global variable hash to death, regardless.
Maciej suggested that making Math and the global constructor objects ReadOnly and DontDelete like Mozilla has should help a lot.
This bug is requesting that we do just that. :)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gavin Barraclough
We did just that. :-) We actually need undo that for spec compliance at some point; but that's tangential, the problem this bug is tracking ("math-partial-sums.js spends all its time looking up the Math object") is not longer true.
Eric Seidel (no email)
I love that you're finally resolving all these ancient JSC bugs of mine. :)