[Webkit-unassigned] [Bug 186173] New: [BigInt] Add support to BigInt into DFG and FTL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 31 19:07:26 PDT 2018


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

            Bug ID: 186173
           Summary: [BigInt] Add support to BigInt into DFG and FTL
           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

Right now, almost all arithmetic operators are represented into DFG as Arith<Op> and their return is always number. With the introduction of BigInt, it starts to be false. The idea is to follow the same approach of ArithAdd and ArithNegate and have Value<Op> for each operator.

-- 
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/20180601/38b84120/attachment.html>


More information about the webkit-unassigned mailing list