Closed
Bug 1968305
Opened 1 year ago
Closed 1 year ago
JS::BigInt::absoluteDivWithBigIntDivisor is a good candidate for RootedTuple
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
141 Branch
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: mgaudet, Assigned: debadree333, Mentored)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
JS::BigInt::absoluteDivWithBigIntDivisor is called 25,839,720 times in bigint-noble-secp256k1, and has four roots which could be combined using RootedTuple .
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → debadree333
Status: NEW → ASSIGNED
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/24808f07a182
Use RootedTuple in BigInt::absoluteDivWithBigIntDivisor. r=mgaudet
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
Updated•1 year ago
|
QA Whiteboard: [qa-triage-done-c142/b141]
You need to log in
before you can comment on or make changes to this bug.
Description
•