[Webkit-unassigned] [Bug 113446] New: cache parsed interfaces in CodeGenerator.pm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 14:54:27 PDT 2013


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

           Summary: cache parsed interfaces in CodeGenerator.pm
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arno at renevier.net


Hi,
when generating a javascript binding for an interface, it is sometimes necessary to parse some another interfaces, namely its parents interfaces.
Informations about the parents bindings may be needed multiple times. So we end end parsing several times the same interface. But caching the parsing result, we could speedup binding generations.

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