Closed
Bug 1687714
Opened 5 years ago
Closed 5 years ago
Remove knowledge of concrete representation of registers' SetType
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
Details
Attachments
(1 file)
Some of the JIT code "knows" that certain set types are uint32_t and uint64_t, as I discovered when I tried to change that. It's easy to clean up at least some of this, so let's do that.
Assignee | ||
Comment 1•5 years ago
|
||
Use Registers::SetType and FloatRegisters::SetType as casts when we can,
and use PackedRegisterMask where it's intended - or what's the point of
having it?
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5c19ac5cd8cf
Use abstract SetType representations. r=nbp
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•