WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Diego Pino
Comment 1
2022-06-24 02:32:43 PDT
Pull request:
https://github.com/webkit/webkit/pull/1769
Radar WebKit Bug Importer
Comment 2
2022-07-01 02:31:13 PDT
<
rdar://problem/96280013
>
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.
Top of Page
Format For Printing
XML
Clone This Bug