Closed Bug 1626233 Opened 5 years ago Closed 5 years ago

Fix multi-value calls in Ion

Categories

(Core :: JavaScript: WebAssembly, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla76
Tracking Status
firefox76 --- fixed

People

(Reporter: wingo, Assigned: wingo)

References

Details

Attachments

(1 file)

There are a couple bugs in WasmIonCompile for multi-value calls:

  • Stack result areas were not being correctly aligned
  • GVN would consider MWasmDerivedPointer instances to be equivalent if they had the same base pointer but different offsets

This patch will fix these bugs.

This patch fixes a couple bugs in WasmIonCompile for multi-value calls:

  • Stack result areas were not being correctly aligned

  • GVN would consider MWasmDerivedPointer instances to be equivalent if
    they had the same base pointer but different offsets

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: