Bug 210650 - [JSC] FOR_EACH_CLOOP_BYTECODE_HELPER_ID should not be included in OpcodeID
Summary: [JSC] FOR_EACH_CLOOP_BYTECODE_HELPER_ID should not be included in OpcodeID
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: 2020-04-17 04:34 PDT by Yusuke Suzuki
Modified: 2020-04-17 04:35 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2020-04-17 04:34:52 PDT
We only have 9 opcode space up to 256. If it exceeds 256, JSC is broken.
Even if we support two-level indirection mechanism to offer larger space of opcode, we know that this type of opcode offers significantly slower performance. (I know that in some bug).
We should remove unnecessary things from Bytecodes.