[Webkit-unassigned] [Bug 199961] New: [JSC] wide16 / wide32 opcode itself can be one byte

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 19 14:42:12 PDT 2019


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

            Bug ID: 199961
           Summary: [JSC] wide16 / wide32 opcode itself can be one byte
           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

Even if the it is wide bytecode format, opcode itself can be one byte. The format is like,

[ op_wide16 (1byte) ][ op_add (1 byte) ][ operand (4 byte) ]...

Of course, we need to care the alignment when emitting.

-- 
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/20190719/446ef91f/attachment.html>


More information about the webkit-unassigned mailing list