Closed
Bug 1510163
Opened 6 years ago
Closed 6 years ago
Ensure BigInt multiplication works well in MSVC builds
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox65 | --- | affected |
People
(Reporter: wingo, Assigned: wingo)
References
Details
The bigint multiplication algorithm needs to multiply register-sized digits into double-register values. This is done most efficiently if the platform has some support for double-register values (e.g. int128 on 64-bit platforms). This bug is a reminder to revisit MSVC builds to verify/implement a fast path there.
See https://phabricator.services.mozilla.com/D10046#inline-66585.
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•6 years ago
|
||
Bug 1512504 removes MSVC support, so probably we don't have to do anything here.
Assignee | ||
Comment 2•6 years ago
|
||
Closing as bug 1512504 is resolved.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•