]> gitweb.factorcode.org Git - factor.git/commit
vm: don't allocate callstack samples on data heap
authorJoe Groff <arcata@gmail.com>
Sat, 29 Oct 2011 21:41:48 +0000 (14:41 -0700)
committerJoe Groff <arcata@gmail.com>
Wed, 2 Nov 2011 20:23:07 +0000 (13:23 -0700)
commitbe5c7476d70c37d62ca22829111d3e71b6fca9be
treee48074bd6a1e09a612193cf37b5b1f40fad239bc
parentb341b0ce13d5b432c9ae6d5c7b68b976650a4f62
vm: don't allocate callstack samples on data heap
Invoking a GC during a safepoint has some complications, so stuff the callstack samples in a vector instead.
vm/sampling_profiler.cpp
vm/sampling_profiler.hpp
vm/vm.hpp