gc-op-string ( op -- string )


Vocabulary
tools.memory.private

Inputs
opan object


Outputs
stringan object


Definition


: gc-op-string ( op -- string )
{
{ COLLECT-NURSERY-OP [ "Copying from nursery" ] }
{ COLLECT-AGING-OP [ "Copying from aging" ] }
{ COLLECT-TO-TENURED-OP [ "Copying to tenured" ] }
{ COLLECT-FULL-OP [ "Mark and sweep" ] }
{ COLLECT-COMPACT-OP [ "Mark and compact" ] }
{ COLLECT-GROWING-DATA-HEAP-OP [ "Grow heap" ] }
} case ;