start>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: start>> ( object -- value )


Methods

M: UNDO_LIST start>>
T{ struct-slot-spec
{ name "start" }
{ offset 8 }
{ class fixnum }
{ initial 0 }
{ type int }
} read-struct-slot ; inline



M: benchmark-data-pair start>>
T{ struct-slot-spec
{ name "start" }
{ offset 0 }
{ class benchmark-data }
{ initial
S{ benchmark-data
{ time 0 }
{ data-room
S{ data-heap-room
{ nursery ~copying-sizes~ }
{ aging ~copying-sizes~ }
{ tenured ~mark-sweep-sizes~ }
{ cards 0 }
{ decks 0 }
{ mark-stack 0 }
}
}
{ code-room
S{ mark-sweep-sizes
{ size 0 }
{ occupied 0 }
{ total-free 0 }
{ contiguous-free 0 }
{ free-block-count 0 }
}
}
{ callback-room
S{ mark-sweep-sizes
{ size 0 }
{ occupied 0 }
{ total-free 0 }
{ contiguous-free 0 }
{ free-block-count 0 }
}
}
}
}
{ type benchmark-data }
} read-struct-slot ; inline




































M: segment start>>
T{ struct-slot-spec
{ name "start" }
{ offset 0 }
{ class integer }
{ initial 0 }
{ type cell_t }
} read-struct-slot ; inline





































































M: zone start>>
T{ struct-slot-spec
{ name "start" }
{ offset 8 }
{ class integer }
{ initial 0 }
{ type cell_t }
} read-struct-slot ; inline