Closed
Bug 480136
Opened 16 years ago
Closed 16 years ago
remove stale Thumb code from nanojit
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: edwsmith, Assigned: edwsmith)
References
Details
Attachments
(1 file, 2 obsolete files)
66.24 KB,
patch
|
rreitmai
:
review+
|
Details | Diff | Splinter Review |
nobody has plans for it, its pure bitrot. time to go.
Assignee | ||
Comment 1•16 years ago
|
||
Assignee: nobody → edwsmith
Attachment #364138 -
Flags: review?(brbaker)
Assignee | ||
Comment 2•16 years ago
|
||
Attachment #364140 -
Flags: review?(rreitmai)
Updated•16 years ago
|
Attachment #364140 -
Flags: review?(rreitmai) → review+
Comment 3•16 years ago
|
||
Comment on attachment 364138 [details] [diff] [review]
fixes to make winmo build again in vs2008
Looks like the patch for platform/win32/avmplus2008.vcproj is a little out of date with the repo. Applying the patch to the file does "succeed" with a couple of offsets for hunks 13-18, which appears to be causing the project to actually become invalid (Visual studio will no longer open the solution).
Attachment #364138 -
Flags: review?(brbaker) → review-
Assignee | ||
Comment 4•16 years ago
|
||
you probably need to run dos2unix on the patch before trying to apply it. when i do that, it applies cleanly.
Assignee | ||
Updated•16 years ago
|
Attachment #364138 -
Flags: review- → review?(brbaker)
Assignee | ||
Updated•16 years ago
|
Attachment #364138 -
Flags: review?(rreitmai)
Assignee | ||
Updated•16 years ago
|
Attachment #364138 -
Attachment is obsolete: true
Attachment #364138 -
Flags: review?(rreitmai)
Attachment #364138 -
Flags: review?(brbaker)
Assignee | ||
Comment 5•16 years ago
|
||
if you get errors applying this patch:
1. cd tamarin-redux
2. make sure your repo is sync'ed to the change id in line 1 of vcproj.patch
3. dos2unix vcproj.patch
4. patch -p1 -l <vcproj.patch
Attachment #365478 -
Flags: review?(rreitmai)
Attachment #365478 -
Flags: review?(brbaker)
Comment 6•16 years ago
|
||
Comment on attachment 365478 [details] [diff] [review]
vs2008 project file patches to make arm buildable again
I applied the patches one after the other, after reverting the nanojit2008.vcproj changes from the former.
Debug looked fine, but all the other solution configurations looked wrong. For example Release had eval enabled.
Marking '-' for now assuming i applied the patches correctly.
Attachment #365478 -
Flags: review?(rreitmai) → review-
Comment 7•16 years ago
|
||
Comment on attachment 365478 [details] [diff] [review]
vs2008 project file patches to make arm buildable again
Reverting my - mark and changing it to +. Apparently my issues stemmed from patch pain.
Attachment #365478 -
Flags: review- → review+
Assignee | ||
Comment 8•16 years ago
|
||
Comment on attachment 365478 [details] [diff] [review]
vs2008 project file patches to make arm buildable again
pushed to redux
http://hg.mozilla.org/tamarin-redux/rev/160ed5f38e07
Attachment #365478 -
Attachment is obsolete: true
Attachment #365478 -
Flags: review?(brbaker)
Assignee | ||
Comment 9•16 years ago
|
||
thumb removal pushed to redux
http://hg.mozilla.org/tamarin-redux/rev/97b6fd60ac5d
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 10•15 years ago
|
||
Resolved fixed engineering / work item that has been pushed. Setting status to verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•