Closed Bug 714205 Opened 12 years ago Closed 12 years ago

IonMonkey: Merge some framePushed changes to x86

Categories

(Core :: JavaScript Engine, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: mjrosenb, Assigned: nbp)

Details

Attachments

(1 file)

In bug bug 713915, I made some useful changes to arm which should be reflected on x86/64.
This will enable us to remove some #if defined(JS_CPU_ARM)
Assignee: general → nicolas.b.pierron
Status: NEW → ASSIGNED
Attachment #587489 - Flags: review?(sstangl)
Attachment #587489 - Flags: review?(sstangl) → review?(christopher.leary)
Comment on attachment 587489 [details] [diff] [review]
Remove ifdef from callVM.

Review of attachment 587489 [details] [diff] [review]:
-----------------------------------------------------------------

Nice catch.

::: js/src/ion/shared/MacroAssembler-x86-shared.h
@@ +168,5 @@
>          movl(Operand(address), dest);
>      }
>      void callWithExitFrame(IonCode *target) {
>          uint32 descriptor = MakeFrameDescriptor(framePushed(), IonFrame_JS);
> +        Push(Imm32(descriptor));

Yay, unbroken!
Attachment #587489 - Flags: review?(christopher.leary) → review+
https://hg.mozilla.org/projects/ionmonkey/rev/32da87962f94
https://hg.mozilla.org/projects/ionmonkey/rev/524b705fe740 (fix)
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.