Closed
Bug 602389
Opened 15 years ago
Closed 14 years ago
nanojit: make Register a non-numeric type on MIPS
Categories
(Core Graveyard :: Nanojit, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
flash10.2
People
(Reporter: n.nethercote, Assigned: chris)
References
Details
(Whiteboard: [fixed-in-nanojit][fixed-in-tamarin][inbound])
Attachments
(1 file)
|
31.46 KB,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
Bug 599251 introduced the non-numeric Register type. This back-end doesn't use it yet. It should. See the i386/X64 back-ends for examples.
Updated•15 years ago
|
Target Milestone: --- → flash10.2
| Assignee | ||
Comment 1•14 years ago
|
||
Tested in nanojit and tamarin-redux
Attachment #527910 -
Flags: review?(nnethercote)
| Reporter | ||
Comment 2•14 years ago
|
||
Comment on attachment 527910 [details] [diff] [review]
Support non-integer Register type
Review of attachment 527910 [details] [diff] [review]:
r=me
Attachment #527910 -
Flags: review?(nnethercote) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Can this change be pushed now?
| Reporter | ||
Comment 4•14 years ago
|
||
Sure. Do you need someone to do it for you? (Adding [checkin-needed] to the whiteboard is the standard way to indicate that.)
| Assignee | ||
Comment 5•14 years ago
|
||
(In reply to comment #4)
> Sure. Do you need someone to do it for you? (Adding [checkin-needed] to
> the whiteboard is the standard way to indicate that.)
Thanks. I didn't know that so thanks for the pointer :)
Whiteboard: [checkin-needed]
Updated•14 years ago
|
Keywords: checkin-needed
Whiteboard: [checkin-needed]
Comment 6•14 years ago
|
||
Is this supposed to land on mozilla-central? If so, the paths in the patch are bogus.
| Reporter | ||
Comment 7•14 years ago
|
||
No, it has to land on nanojit-central. I'll do it.
| Reporter | ||
Comment 8•14 years ago
|
||
Whiteboard: [fixed-in-nanojit]
Updated•14 years ago
|
Keywords: checkin-needed
Comment 9•14 years ago
|
||
changeset: 6522:d64e8c9b0731
user: Chris Dearman <chris@mips.com>
summary: Comment Bug 602389 - nanojit: make Register a non-numeric type on MIPS. r=nnethercote.
http://hg.mozilla.org/tamarin-redux/rev/d64e8c9b0731
Comment 10•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 11•14 years ago
|
||
Whiteboard: [fixed-in-nanojit] → [fixed-in-nanojit][fixed-in-tamarin][inbound]
Updated•12 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•