]> gitweb.factorcode.org Git - factor.git/commit
vm: jit::jit is a c++ constructor but it does not allocate objects to the Factor...
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 14 Feb 2014 04:42:44 +0000 (20:42 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 15 Feb 2014 04:29:26 +0000 (20:29 -0800)
commit19685f4528b8384c0998a7a366a2bbe30a2667a5
treea2c2b73c98b2799255e729afb4f8bb7ff38f0abb
parent48562e6e48d930b34e66aae63d7036369608c872
vm: jit::jit is a c++ constructor but it does not allocate objects to the Factor heaps.
Add annotations for gc allocating.
vm/arrays.hpp
vm/byte_arrays.hpp
vm/callstack.cpp
vm/callstack.hpp
vm/dispatch.cpp
vm/factor.cpp
vm/gc.cpp
vm/inline_cache.cpp
vm/jit.cpp
vm/jit.hpp
vm/quotations.cpp