]> gitweb.factorcode.org Git - factor.git/commit
vm: stub out windows sampling timer implementation
authorJoe Groff <arcata@gmail.com>
Mon, 31 Oct 2011 07:11:59 +0000 (00:11 -0700)
committerJoe Groff <arcata@gmail.com>
Wed, 2 Nov 2011 20:23:10 +0000 (13:23 -0700)
commit125c46c10f849345f7d7c784ed991ed7dc3206ae
treefcbd159187a829d2f8bdd9a78ccd50c5dc233332
parentf5cdfaeb2abf57185397b5062a344e343f1a21e3
vm: stub out windows sampling timer implementation
AFAIK Windows has no equivalent to setitimer. We'll probably need to use a thread that periodically pauses and samples the main VM thread.
vm/os-windows.cpp