Bug 186173 - [BigInt] Add support to BigInt into DFG and FTL
Summary: [BigInt] Add support to BigInt into DFG and FTL
Status: RESOLVED FIXED
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: 193795 193869 186174 186175 186176 186177 186178 190264 192291 192663 192664
Blocks: 179001
  Show dependency treegraph
 
Reported: 2018-05-31 19:07 PDT by Caio Lima
Modified: 2020-04-18 16:53 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caio Lima 2018-05-31 19:07:26 PDT
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.
Comment 1 Robin Morisset 2020-04-18 16:53:58 PDT
This has landed a long while ago