]> gitweb.factorcode.org Git - factor.git/commit
vm: write async signals to pipe for multiplexer
authorJoe Groff <arcata@gmail.com>
Mon, 7 Nov 2011 20:51:49 +0000 (12:51 -0800)
committerJoe Groff <arcata@gmail.com>
Tue, 8 Nov 2011 16:42:46 +0000 (08:42 -0800)
commit72d335f2b57d4913edd2087df6b35d1cc46a9cf3
treebd46df86c0115a8cbf3968ef279294a60592f326
parent55a316248e060e0f02afca8bd17a472a594990c0
vm: write async signals to pipe for multiplexer
also factor out safepoint logic into its own file
12 files changed:
GNUmakefile
Nmakefile
vm/errors.cpp
vm/master.hpp
vm/objects.hpp
vm/os-unix.cpp
vm/os-windows.cpp
vm/safepoints.cpp [new file with mode: 0644]
vm/safepoints.hpp [new file with mode: 0644]
vm/sampling_profiler.cpp
vm/vm.cpp
vm/vm.hpp