%check-nursery-branch ( label size cc temp1 temp2 -- )
CPU architecture description model

Prev:%call-gc ( gc-map -- )
Next:%clear ( loc -- )


Vocabulary
cpu.architecture

Inputs
labellabel
sizean integer
cccomparison symbol
temp1first temporary register
temp2second temporary register


Outputs
None

Word description
Emits code for jumping to the nursery garbage collection block if an allocation of size 'size' requires a garbage collection.

Definition


Methods