vm vocabulary
Factor documentation > Factor handbook > Vocabulary index


Summary
Layout of the C vm structure

Meta-data
Authors:Phil Dawes


Words

Tuple classes
ClassSuperclassSlots
context struct
copying-sizes struct
data-heap-room struct
dispatch-statistics struct
gc-event struct
mark-sweep-sizes struct
vm struct
zone struct


Symbol words
cell


Ordinary words
WordStack effect
collect-aging-op( -- value )
collect-compact-op( -- value )
collect-full-op( -- value )
collect-growing-heap-op( -- value )
collect-nursery-op( -- value )
collect-to-tenured-op( -- value )
context-field-offset( field -- offset )
vm-field-offset( field -- offset )


Class predicate words
WordStack effect
context?( object -- ? )
copying-sizes?( object -- ? )
data-heap-room?( object -- ? )
dispatch-statistics?( object -- ? )
gc-event?( object -- ? )
mark-sweep-sizes?( object -- ? )
vm?( object -- ? )
zone?( object -- ? )


Files
resource:basis/vm/vm.factor
resource:basis/vm/vm-docs.factor