Closed Bug 764961 Opened 12 years ago Closed 11 years ago

GC: low-level JM heap barriers

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

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.
Depends on: 764962
Whiteboard: [js:t]
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Target Milestone: --- → mozilla16
Version: Trunk → Other Branch
Target Milestone: mozilla16 → ---
Version: Other Branch → Trunk
You need to log in before you can comment on or make changes to this bug.