sgs_GCExecute [function]
void sgs_GCExecute( sgs_Context* C )
Call the garbage collector on the VM.
- This procedure may take some time if the object graph is big.
- During the procedure, the GCMARK interface functions of objects are invoked for the objects visible from entry points (like stack and global tables).