[Webkit-unassigned] [Bug 192966] New: DFGByteCodeParser rules for bitwise operations should consider type of their operands

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 17:34:18 PST 2018


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

            Bug ID: 192966
           Summary: DFGByteCodeParser rules for bitwise operations should
                    consider type of their operands
           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: ticaiolima at gmail.com

Current implementation relies into `getPrediction()` to emit ArithBitOp or ValueBitOp. This rule is not efficient because there cases where we don't have profiling information and we sendup always emitting OSRExit or ValueBitOp.

-- 
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/20181221/2f06de56/attachment.html>


More information about the webkit-unassigned mailing list