WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
17963
math-partial-sums.js spends all its time looking up the Math object
https://bugs.webkit.org/show_bug.cgi?id=17963
Summary
math-partial-sums.js spends all its time looking up the Math object
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug