[Webkit-unassigned] [Bug 111417] New: [V8] Add machinery for generating specialized bindings for the main world

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 5 03:03:06 PST 2013


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

           Summary: [V8] Add machinery for generating specialized bindings
                    for the main world
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: marja at chromium.org
                CC: haraken at chromium.org, dcarney at google.com
        Depends on: 110874


- Use the "context type" parameter added in bug 110875 to generate specialized "main world" versions of selected getters / setters / methods.
- The specialized versions will do a faster conversion instead of toV8Fast, because we don't need to "are we in the main world or in an isolated world or a worker" check.
- Add placeholders for deciding which specializations to create in CodeGeneratorV8.pm; leave it empty for now.

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