Closed
Bug 854045
Opened 12 years ago
Closed 12 years ago
Enable OdinMonkey on x86 Android
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: luke, Assigned: luke)
Details
Attachments
(2 files)
2.64 KB,
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
4.09 KB,
patch
|
Details | Diff | Splinter Review |
x86 Android wouldn't have a problem, it's just Linux+x86, except that the NDK headers are missing mcontext_t. Fortunately, there is a common workaround.
Try push:
https://tbpl.mozilla.org/?tree=Try&rev=fcde429b383d
Attachment #728516 -
Flags: review?(mrosenberg)
![]() |
Assignee | |
Comment 1•12 years ago
|
||
Green on try, fwiw.
Comment on attachment 728516 [details] [diff] [review]
add mcontext_t for Android
doh, we should've r+d this a week ago! :)
Attachment #728516 -
Flags: review?(mrosenberg) → review+
Comment 3•12 years ago
|
||
Re-base after bug 851880 landed. Note the ARM support has also been included in bug 840285, but the patch here is more comprehensive so perhaps this could be landed first. Tested on ARM Android.
![]() |
Assignee | |
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Comment on attachment 728516 [details] [diff] [review]
add mcontext_t for Android
Review of attachment 728516 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/src/ion/AsmJS.h
@@ +13,5 @@
> # include <mach/mach.h>
> #endif
>
> // asm.js compilation is only available on desktop x86/x64 at the moment.
> // Don't panic, mobile support is coming soon.
Shouldn't this comment be updated?
![]() |
Assignee | |
Comment 6•12 years ago
|
||
Yes it should
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•