]> gitweb.factorcode.org Git - factor.git/commit
VM: storing some sample data in the heap (#337)
authorBjörn Lindqvist <bjourne@gmail.com>
Wed, 23 Nov 2016 08:44:17 +0000 (09:44 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Wed, 23 Nov 2016 08:44:17 +0000 (09:44 +0100)
commit0590ebf914cad5794ca22e052a5df4c93d3fb924
treee5767b3ed8deb96bd31ce21cfa7309cc36846bca
parent90b7f9ceb39e5c5e873afc28b83d926b37b8c941
VM: storing some sample data in the heap (#337)

This is the first half of it. In the second half the samples array
should also be stored in the heap.
vm/objects.hpp
vm/sampling_profiler.cpp
vm/slot_visitor.hpp
vm/vm.hpp