node>set-slot-data ( #call -- write-barrier? tag literal )


Vocabulary
compiler.cfg.intrinsics.slots

Inputs
#calla #call


Outputs
write-barrier?whether a write barrier is needed, it always is unless the item to set is an immediate
taga number or f
literala literal


Word description
Grabs the data needed from a call node to determine what intrinsic CFG instructions to emit for the set-slot call.

Definition