[Webkit-unassigned] [Bug 16537] New: Make date code faster by removing redundant calls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 10:42:33 PST 2007


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

           Summary: Make date code faster by removing redundant calls
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


Make date code faster by removing redundant calls

This is just one step in the right direction for the date code.  We're still
executing way more than we need to each run through msToGregorianDateTime
(which is called for basically every date function, since we store the date in
ms since 1970 and have to convert to a GregorianDateTime struct each time
before we can do anything interesting with the data).


-- 
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