Closed Bug 1204187 Opened 9 years ago Closed 9 years ago

IonMonkey: MIPS32: Inline RelocationIterator

Categories

(Core :: JavaScript Engine: JIT, defect)

Other
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla43
Tracking Status
firefox43 --- fixed

People

(Reporter: hev, Assigned: hev)

References

Details

Attachments

(1 file)

Inline RelocationIterator in Assembler::TraceJumpRelocations.
Attachment #8660250 - Flags: review?(nicolas.b.pierron)
Comment on attachment 8660250 [details] [diff] [review]
0001-IonMonkey-MIPS32-Inline-RelocationIterator.patch

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

::: js/src/jit/mips32/Assembler-mips32.cpp
@@ +7,5 @@
>  #include "jit/mips32/Assembler-mips32.h"
>  
> +#include "mozilla/DebugOnly.h"
> +
> +using mozilla::DebugOnly;

nit: DebugOnly does not seems required by this patch.
Attachment #8660250 - Flags: review?(nicolas.b.pierron) → review+
(In reply to Nicolas B. Pierron [:nbp] from comment #1)
> Comment on attachment 8660250 [details] [diff] [review]
> 0001-IonMonkey-MIPS32-Inline-RelocationIterator.patch
> 
> Review of attachment 8660250 [details] [diff] [review]:
> -----------------------------------------------------------------
> 
> ::: js/src/jit/mips32/Assembler-mips32.cpp
> @@ +7,5 @@
> >  #include "jit/mips32/Assembler-mips32.h"
> >  
> > +#include "mozilla/DebugOnly.h"
> > +
> > +using mozilla::DebugOnly;
> 
> nit: DebugOnly does not seems required by this patch.

Yes, I fix a latent build issue by the way. ;)
https://hg.mozilla.org/mozilla-central/rev/862295d7d82a
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: