Closed
Bug 523214
Opened 16 years ago
Closed 12 years ago
require a CallInfo in all fragments we assemble [nanojit]
Categories
(Core Graveyard :: Nanojit, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: gal, Unassigned)
Details
Attachments
(1 file)
|
7.62 KB,
patch
|
rreitmai
:
review+
|
Details | Diff | Splinter Review |
Architectures with abis that mix register and stack use require the full signature to figure out the stack offsets for each LIR_[fiq]param as it is being assembled. This patch embeds a CallInfo pointer into the fragment to provide this information (currently unused, except for the abi, next patch will use this information).
| Reporter | ||
Comment 1•16 years ago
|
||
Assignee: general → gal
Comment 2•16 years ago
|
||
I like the idea...getting abi off of the buffer makes sense to me.
| Reporter | ||
Comment 3•16 years ago
|
||
Comment on attachment 407109 [details] [diff] [review]
patch
This is going to need work in tamarin-redux to populate ->callInfo there as well.
Attachment #407109 -
Flags: review?(rreitmai)
Comment 4•16 years ago
|
||
Comment on attachment 407109 [details] [diff] [review]
patch
Good start...not sure if anyone is actively looking at this still.
Attachment #407109 -
Flags: review?(rreitmai) → review+
Comment 5•15 years ago
|
||
These bugs are all part of a search I made for js bugs that are getting lost in transit:
http://tinyurl.com/jsDeadEndBugs
They all have a review+'ed, non-obsoleted patch and are not marked fixed-in-tracemonkey or checkin-needed but have not seen any activity in 300 days. Some of these got lost simply because the assignee/patch provider never requested a checkin, or just because they were forgotten about.
Comment 6•14 years ago
|
||
Edwin, does Nanojit want this?
Updated•14 years ago
|
Assignee: gal → nobody
Component: JavaScript Engine → Nanojit
QA Contact: general → nanojit
Summary: TM: require a CallInfo in all fragments we assemble [nanojit] → require a CallInfo in all fragments we assemble [nanojit]
| Assignee | ||
Updated•12 years ago
|
Product: Core → Core Graveyard
Comment 7•12 years ago
|
||
Nanojit has been dead for several years. Its Bugzilla component has been moved to the graveyard (bug 984276).
I checked all the open bugs. They're all uninteresting, so I'm WONTFIXing them all. Apologies for the bugspam.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•