WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 186173
[BigInt] Add support to BigInt into DFG and FTL
https://bugs.webkit.org/show_bug.cgi?id=186173
Summary
[BigInt] Add support to BigInt into DFG and FTL
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug