[Webkit-unassigned] [Bug 210650] New: [JSC] FOR_EACH_CLOOP_BYTECODE_HELPER_ID should not be included in OpcodeID

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 17 04:34:52 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210650

            Bug ID: 210650
           Summary: [JSC] FOR_EACH_CLOOP_BYTECODE_HELPER_ID should not be
                    included in OpcodeID
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ysuzuki at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200417/24fe267d/attachment.htm>


More information about the webkit-unassigned mailing list