Closed
Bug 764961
Opened 12 years ago
Closed 12 years ago
GC: low-level JM heap barriers
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: terrence, Unassigned)
References
Details
(Whiteboard: [js:t])
The algorithm is, in pseudo asm:
load $tmp1 <- comp->gcStoreBuffer.bufferCell.pos
store *$tmp1 <- <addr>
add $tmp1 + 1
store comp->gcStoreBuffer.bufferCell.pos <- $tmp1
if $tmp1 >= comp->gcStoreBuffer.bufferCell.end:
stubcall comp->gcStoreBuffer.bufferCell.compact
This needs to get inlined into setprop, initprop, some inlines, and a few other places, see the patch in the blocked bug.
Updated•12 years ago
|
Whiteboard: [js:t]
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Target Milestone: --- → mozilla16
Version: Trunk → Other Branch
Reporter | ||
Updated•12 years ago
|
Target Milestone: mozilla16 → ---
Version: Other Branch → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•