[Webkit-unassigned] [Bug 241960] New: [WebIDL] Cache extended attributes of WebIDL file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 24 02:30:24 PDT 2022


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

            Bug ID: 241960
           Summary: [WebIDL] Cache extended attributes of WebIDL file
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Bindings
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com
                CC: cdumez at apple.com

Currently the function `GetInterfaceExtendedAttributesFromName` computes a list of extended attributes by opening an IDL file and parsing its contents. The function could cache its results so it doesn't need to compute the list again in case the same IDL file is parsed. There are other functions in CodeGenerator.pm, like `GetDictionaryByType` or `GetEnumByType`, that also cache their results.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220624/66cffc6f/attachment.htm>


More information about the webkit-unassigned mailing list