]> gitweb.factorcode.org Git - factor.git/commit
VM: removing the safepoint_state class
authorBjörn Lindqvist <bjourne@gmail.com>
Mon, 15 Aug 2016 13:13:30 +0000 (15:13 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Mon, 15 Aug 2016 13:16:41 +0000 (15:16 +0200)
commitb5c6658ae5a6b65fbb5112940a665dc226c483aa
treea4bf57d0b927845dda41ff07fa5acac9e6fdf727
parent2f6f69eb5b9764228e6030e0d704f076b64969bf
VM: removing the safepoint_state class

The code reads better if the safepoint_state methods and
attributes (sample_counts and safepoint_fep_p) are moved to the vm
class.
GNUmakefile
vm/errors.cpp
vm/master.hpp
vm/os-unix.cpp
vm/os-windows.cpp
vm/safepoints.cpp
vm/safepoints.hpp [deleted file]
vm/sampling_profiler.cpp
vm/sampling_profiler.hpp
vm/vm.cpp
vm/vm.hpp