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: JavaScriptCoreAssignee: 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)
Reported 2008-03-20 01:48:12 PDT
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
Gavin Barraclough
Comment 1 2011-09-06 22:45:13 PDT
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)
Comment 2 2011-09-06 23:04:26 PDT
I love that you're finally resolving all these ancient JSC bugs of mine. :)
Note You need to log in before you can comment on or make changes to this bug.