Bug 204044 - [JSC] Preprocess JS builtin files to embed constant numbers directly
Summary: [JSC] Preprocess JS builtin files to embed constant numbers directly
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-08 23:26 PST by Yusuke Suzuki
Modified: 2019-11-08 23:26 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 Yusuke Suzuki 2019-11-08 23:26:15 PST
Currently, we are using bytecode intrinsic constant. But this is a bit ugly. We should embed int directly.