Bug 198173 - [JSC] BytecodeGenerator::newRegister should pick smallest local numbers as much as possible to make bytecode small
Summary: [JSC] BytecodeGenerator::newRegister should pick smallest local numbers as mu...
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: 197979
Blocks:
  Show dependency treegraph
 
Reported: 2019-05-23 00:18 PDT by Yusuke Suzuki
Modified: 2019-05-23 00:18 PDT (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-05-23 00:18:22 PDT
We could have a chance to make bytecode small by picking small locals.