RESOLVED FIXED 241960
[WebIDL] Cache extended attributes of WebIDL file
https://bugs.webkit.org/show_bug.cgi?id=241960
Summary [WebIDL] Cache extended attributes of WebIDL file
Diego Pino
Reported 2022-06-24 02:30:24 PDT
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.
Attachments
Diego Pino
Comment 1 2022-06-24 02:32:43 PDT
Radar WebKit Bug Importer
Comment 2 2022-07-01 02:31:13 PDT
EWS
Comment 3 2022-10-17 04:58:27 PDT
Committed 255617@main (c7da26fb5135): <https://commits.webkit.org/255617@main> Reviewed commits have been landed. Closing PR #1769 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.