Closed
Bug 475974
Opened 17 years ago
Closed 17 years ago
PPC64 nanojit fixes
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: edwsmith, Unassigned)
References
Details
Attachments
(1 file)
|
2.36 KB,
patch
|
lhansen
:
review+
|
Details | Diff | Splinter Review |
found while working on x64:
* stack adjustment should be *4, not *sizeof(void*), since spill slots are allocated at a granularity of 4 bytes even on 64bit cpu's.
* fixed the signature for DoubleVectorObject::_getNativeIntProperty
* nvprof macros printed "arm" instead of "ppc", cut & paste error
* s/AVMPLUS_64BIT/NANOJIT_64BIT in NativePPC.h
(this patch preceds a larger rename-the-defines patch)
Attachment #359549 -
Flags: review?(rreitmai)
| Reporter | ||
Comment 1•17 years ago
|
||
Comment on attachment 359549 [details] [diff] [review]
ppc64 nanojit fixes
rick out sick
Attachment #359549 -
Flags: review?(rreitmai) → review?(lhansen)
Updated•17 years ago
|
Attachment #359549 -
Flags: review?(lhansen) → review+
| Reporter | ||
Comment 2•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•