[Webkit-unassigned] [Bug 32430] New: [v8, dom] Add a pointer field to C++ Node class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 11 06:48:17 PST 2009


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

           Summary: [v8, dom] Add a pointer field to C++ Node class
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: antonm at chromium.org
                CC: ager at chromium.org, christian.plesner.hansen at gmail.com,
                    vitalyr at chromium.org


We're planning to use this pointer to make mapping between C++ Nodes and V8
JavaScript wrappers faster.

The speed up we got is quite notable, so we're willing to pay some bigger
memory consumption.

Another option is to add an int, but we'd prefer to have a pointer.

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



More information about the webkit-unassigned mailing list