Closed
Bug 1756548
Opened 4 years ago
Closed 4 years ago
Replace RABALDR_HAS_HEAPREG by WASM_HAS_HEAPREG
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
99 Branch
| Tracking | Status | |
|---|---|---|
| firefox99 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
References
Details
Attachments
(1 file)
WASM_HAS_HEAPREG was introduced recently and can be used instead of the baseline-specific RABALDR_HAS_HEAPREG.
| Assignee | ||
Comment 1•4 years ago
|
||
I'll do this after the Loong64 code lands to avoid upsetting that patch.
Depends on: 1746350
| Assignee | ||
Comment 2•4 years ago
|
||
WASM_HAS_HEAPREG was recently introduced as a global definition, so
we can simplify the baseline compiler by using that instead of the
private RABALDR_HAS_HEAPREG.
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7b5811fed167
Retire RABALDR_HAS_HEAPREG, use WASM_HAS_HEAPREG. r=yury
Comment 4•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•