Closed
Bug 547063
Opened 15 years ago
Closed 13 years ago
nanojit: reinstate NJ_COMPILER_ARM_ARCH static assertion in njconfig.cpp
Categories
(Core Graveyard :: Nanojit, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
(Whiteboard: fixed-in-nanojit, fixed-in-tracemonkey)
Attachments
(1 file)
867 bytes,
patch
|
rreitmai
:
review+
|
Details | Diff | Splinter Review |
I disabled this assertion in njconfig.cpp:
NanoStaticAssert(NJ_COMPILER_ARM_ARCH >= 5 && NJ_COMPILER_ARM_ARCH <= 7);
because it was failing in the TM tree on WinMo due to a compiler misconfiguration (see bug 546847) and this was blocking all other NJ work. Once that is fixed, the assertion should be re-enabled.
![]() |
Assignee | |
Comment 1•14 years ago
|
||
Mozilla doesn't do WinMo builds any more. I'd like to land this. If anything breaks, I can back it out again.
Attachment #516768 -
Flags: review?(edwsmith)
Updated•14 years ago
|
Attachment #516768 -
Flags: review?(edwsmith) → review?(rreitmai)
Updated•14 years ago
|
Attachment #516768 -
Flags: review?(rreitmai) → review+
![]() |
Assignee | |
Comment 2•14 years ago
|
||
http://hg.mozilla.org/projects/nanojit-central/rev/b0decf655268
http://hg.mozilla.org/tracemonkey/rev/a871b845d417
Whiteboard: fixed-in-nanojit, fixed-in-tracemonkey
![]() |
Assignee | |
Comment 3•14 years ago
|
||
(In reply to comment #2)
> http://hg.mozilla.org/projects/nanojit-central/rev/b0decf655268
Sorry, that should be http://hg.mozilla.org/projects/nanojit-central/rev/04f1b105cccd
Comment 4•14 years ago
|
||
changeset: 6082:3560a3866cba
user: Nicholas Nethercote <nnethercote@mozilla.com>
summary: Bug 547063 - nanojit: reinstate NJ_COMPILER_ARM_ARCH static assertion in njconfig.cpp. r=rreitmai.
http://hg.mozilla.org/tamarin-redux/rev/3560a3866cba
![]() |
Assignee | |
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 5•13 years ago
|
||
Bug UntangleFrontEnd
Updated•11 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•