Closed
Bug 445308
Opened 17 years ago
Closed 16 years ago
ARM improvements to exit code and assembler macros
Categories
(Tamarin Graveyard :: Tracing Virtual Machine, enhancement)
Tamarin Graveyard
Tracing Virtual Machine
ARM
Windows Mobile 6 Standard
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: rwinchel, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
5.32 KB,
patch
|
rwinchel
:
review+
|
Details | Diff | Splinter Review |
Patch from Andrew Booker as ARM for improving ARM exit code and several assembler macro instructions.
Attachment #329659 -
Flags: review?(rwinchel)
Reporter | ||
Comment 1•17 years ago
|
||
Comments from Andrew:
> This improves the exit code, as follows:
> - Don't use writeback on LDMIA/STMIA instructions, avoiding the
> need for a subsequent SUB instruction.
> - Don't load/store the full set of registers (R1-R4) if we're not
> going to change all of them.
Comment 2•17 years ago
|
||
Although the patch includes changes for both ARM and Thumb, I've only tested the ARM case.
Comment 3•17 years ago
|
||
Updated patch because previous version does not apply cleanly any more.
Attachment #338072 -
Flags: review?(rwinchel)
Reporter | ||
Updated•17 years ago
|
Attachment #329659 -
Attachment is obsolete: true
Attachment #329659 -
Flags: review?(rwinchel)
Reporter | ||
Updated•17 years ago
|
Attachment #338072 -
Flags: review?(rwinchel) → review+
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•