Bug 186173

Summary: [BigInt] Add support to BigInt into DFG and FTL
Product: WebKit Reporter: Caio Lima <ticaiolima>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: chi187, rmorisset, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 193795, 193869, 186174, 186175, 186176, 186177, 186178, 190264, 192291, 192663, 192664    
Bug Blocks: 179001    

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