Closed
Bug 503874
Opened 15 years ago
Closed 15 years ago
factor GCHeap usage out of CodeAlloc
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: edwsmith, Unassigned)
References
Details
Attachments
(1 file)
3.38 KB,
patch
|
rreitmai
:
review+
graydon
:
review+
|
Details | Diff | Splinter Review |
CodeAlloc has a gcheap dependency in tamarin but it was written with an SPI in mind. Adding an mmap-like SPI should be simple enough and will reduce pain merging tamarin-redux and tracemonkey
Attachment #388225 -
Flags: review?(rreitmai)
Reporter | ||
Updated•15 years ago
|
Attachment #388225 -
Flags: review?(graydon)
Comment 1•15 years ago
|
||
Comment on attachment 388225 [details] [diff] [review]
factor GCHeap dependencies out of nanojit
Looks ok. Was a bit confused about the SPI idiom used, but I get what you mean after IRC discussion.
Attachment #388225 -
Flags: review?(graydon) → review+
Updated•15 years ago
|
Attachment #388225 -
Flags: review?(rreitmai) → review+
Reporter | ||
Comment 2•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 3•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
•