Closed
Bug 1642680
Opened 5 years ago
Closed 5 years ago
Share LRandom lowering code
Categories
(Core :: JavaScript Engine: JIT, task, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla79
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
Details
Attachments
(1 file)
Spotted while looking at the patches for bug 1642610.
| Assignee | ||
Comment 1•5 years ago
|
||
The previous code was using a fixed result register, because bug 774364 was
using an OOL-path for Math.random, which was later removed in bug 322529.
Updated•5 years ago
|
Severity: -- → N/A
Priority: -- → P1
Pushed by cbrindusan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/372774f94072
Share LRandom lowering code. r=jandem
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•