Closed
Bug 639418
Opened 14 years ago
Closed 14 years ago
nanojit: add OPCODE and IMM8 to i386 backend
Categories
(Core Graveyard :: Nanojit, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
(Whiteboard: fixed-in-nanojit, fixed-in-tracemonkey, fixed-in-tamarin)
Attachments
(1 file)
26.68 KB,
patch
|
rreitmai
:
review+
|
Details | Diff | Splinter Review |
This patch gets rid of all naked _nIns writes, replacing them with functions like OPCODE and IMM8 which make the meaning of the bytes clearer.
Attachment #517346 -
Flags: review?(rreitmai)
Updated•14 years ago
|
Attachment #517346 -
Flags: review?(rreitmai) → review+
![]() |
Assignee | |
Comment 1•14 years ago
|
||
http://hg.mozilla.org/projects/nanojit-central/rev/b0decf655268
http://hg.mozilla.org/tracemonkey/rev/b445bf49c96c
Whiteboard: fixed-in-nanojit, fixed-in-tracemonkey
Comment 2•14 years ago
|
||
changeset: 6083:43242d41caec
user: Nicholas Nethercote <nnethercote@mozilla.com>
summary: Bug 639418 - nanojit: add OPCODE and IMM8 to i386 backend. r=rreitmai.
http://hg.mozilla.org/tamarin-redux/rev/43242d41caec
![]() |
Assignee | |
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: fixed-in-nanojit, fixed-in-tracemonkey → fixed-in-nanojit, fixed-in-tracemonkey, fixed-in-tamarin
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
•