Open
Bug 1587325
Opened 6 years ago
Updated 6 months ago
Change JS_PUNBOX64 to JS_64BIT for Register64
Categories
(Core :: JavaScript Engine: JIT, enhancement, P3)
Core
JavaScript Engine: JIT
Tracking
()
NEW
People
(Reporter: anba, Unassigned)
References
(Blocks 1 open bug)
Details
See Jan's review comment at https://phabricator.services.mozilla.com/D48339#inline-294816.
Example places which need to be changed:
- https://searchfox.org/mozilla-central/rev/7cc0f0e89cb40e43bf5c96906f13d44705401042/js/src/jit/RegisterSets.h#1176
- https://searchfox.org/mozilla-central/rev/7cc0f0e89cb40e43bf5c96906f13d44705401042/js/src/jit/Registers.h#173
- https://searchfox.org/mozilla-central/rev/7cc0f0e89cb40e43bf5c96906f13d44705401042/js/src/jit/CodeGenerator.cpp#13491
- etc.
Comment 1•6 years ago
|
||
This might actually be an issue on MIPS64. If I recall correctly, they might use the 32 bits packing format while being on a 64 bit platform.
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•6 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•