moved gc_locals accessors into vm

Phil Dawes 2009-08-21 21:02:13 +01:00
parent c0eefe9ed3
commit cefc0f7e08
1 changed files with 3 additions and 0 deletions

View File

@ -221,6 +221,9 @@ struct factorvm {
bool growing_data_heap; bool growing_data_heap;
data_heap *old_data_heap; data_heap *old_data_heap;
DEFPUSHPOP(gc_local_,gc_locals)
void init_data_gc(); void init_data_gc();
object *copy_untagged_object_impl(object *pointer, cell size); object *copy_untagged_object_impl(object *pointer, cell size);
object *copy_object_impl(object *untagged); object *copy_object_impl(object *untagged);