]> gitweb.factorcode.org Git - factor.git/commitdiff
moved gc_locals accessors into vm
authorPhil Dawes <phil@phildawes.net>
Fri, 21 Aug 2009 20:02:13 +0000 (21:02 +0100)
committerPhil Dawes <phil@phildawes.net>
Wed, 16 Sep 2009 07:16:32 +0000 (08:16 +0100)
vm/vm.hpp

index 1b0274e0b17d34d78127d680bf48169dad26ff79..f72076c7b143cf204f2777f4e09937e4144f9ba5 100644 (file)
--- a/vm/vm.hpp
+++ b/vm/vm.hpp
@@ -221,6 +221,9 @@ struct factorvm {
        bool growing_data_heap;
        data_heap *old_data_heap;
 
+       DEFPUSHPOP(gc_local_,gc_locals)
+
+
        void init_data_gc();
        object *copy_untagged_object_impl(object *pointer, cell size);
        object *copy_object_impl(object *untagged);