[Webkit-unassigned] [Bug 20645] New: Duplicated constants

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 4 04:32:17 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20645

           Summary: Duplicated constants
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasy at inf.u-szeged.hu


The CodeGenerator differentiates the constants with their JSValue* pointer
instead of their contents. In this way many cases there are different constants
with the same values. The memory consumption of a particular CodeBlock can be
better if it would not duplicate the constants with the same values.


-- 
Configure bugmail: https://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