Closed Bug 1203490 Opened 9 years ago Closed 6 years ago

Optimize address computation for asm.js atomics (x86-32 only)

Categories

(Core :: JavaScript Engine: JIT, defect, P5)

x86
All
defect

Tracking

()

RESOLVED WONTFIX

People

(Reporter: lth, Unassigned)

References

Details

In CodeGeneratorX86::asmJSAtomicComputeAddress we find this comment:

    // Add in the actual heap pointer explicitly, to avoid opening up
    // the abstraction that is atomicBinopToTypedIntArray at this time.

Now that atomicBinopToTypedIntArray is moving into the various back-ends (bug 1202650) we can optimize this, we may save on both instruction count and register pressure.
Priority: -- → P5
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
Status: RESOLVED → REOPENED
Resolution: INACTIVE → ---
asm.js atomics have been removed.
Status: REOPENED → RESOLVED
Closed: 6 years ago6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.