Closed
Bug 931486
Opened 12 years ago
Closed 12 years ago
x86 assembly spew fixes
Categories
(Core :: JavaScript Engine: JIT, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla28
Tracking | Status | |
---|---|---|
firefox28 | --- | fixed |
People
(Reporter: sunfish, Assigned: sunfish)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
7.82 KB,
patch
|
sstangl
:
review+
|
Details | Diff | Splinter Review |
Another fun round of x86 spew fixes. This implements all the FIXMEs that I'm currently seeing.
Attachment #822914 -
Flags: review?(sstangl)
Comment 1•12 years ago
|
||
Comment on attachment 822914 [details] [diff] [review]
x86-spew-fixes.patch
Review of attachment 822914 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/src/assembler/assembler/X86Assembler.h
@@ +1769,1 @@
> m_formatter.oneByteOp64(OP_MOV_EvGv, src, addr);
nit: excess indentation can be removed.
Attachment #822914 -
Flags: review?(sstangl) → review+
Assignee | ||
Comment 2•12 years ago
|
||
(In reply to Sean Stangl [:sstangl] from comment #1)
> Comment on attachment 822914 [details] [diff] [review]
> x86-spew-fixes.patch
>
> Review of attachment 822914 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: js/src/assembler/assembler/X86Assembler.h
> @@ +1769,1 @@
> > m_formatter.oneByteOp64(OP_MOV_EvGv, src, addr);
>
> nit: excess indentation can be removed.
Fixed.
https://hg.mozilla.org/integration/mozilla-inbound/rev/dd6f10de22b1
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
(In reply to Phil Ringnalda (:philor) from comment #3)
> https://hg.mozilla.org/mozilla-central/rev/dd6f10de22b1
Can you please confirm the target milestone is correct? This is Firefox 27 according to http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2013/10/2013-10-28-03-02-05-mozilla-central/
Flags: needinfo?(philringnalda)
Comment 5•12 years ago
|
||
Same as the other one. On a merge day, you can't say for sure without looking at the repos.
Flags: needinfo?(philringnalda)
(In reply to Ryan VanderMeulen [:RyanVM UTC-5] from comment #5)
> Same as the other one. On a merge day, you can't say for sure without
> looking at the repos.
Right, thanks.
status-firefox28:
--- → fixed
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•