Bug 193272 - JS Parser MetaData should be computable at compile time for builtins.
Summary: JS Parser MetaData should be computable at compile time for builtins.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-08 23:35 PST by Keith Miller
Modified: 2019-01-08 23:35 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Miller 2019-01-08 23:35:46 PST
This would let us remove the duplicated code in BuiltinExecutable that materializes the metadata without calling into the parser.