[Webkit-unassigned] [Bug 17963] New: math-partial-sums.js spends all its time looking up the Math object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 20 01:48:12 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17963

           Summary: math-partial-sums.js spends all its time looking up the
                    Math object
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: mjs at apple.com, ggaren at apple.com


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. :)


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list