]> gitweb.factorcode.org Git - factor.git/commit
vm: don't need to save/restore FPU state when doing GC anymore, since we don't call...
authorSlava Pestov <slava@factorcode.org>
Sat, 4 Sep 2010 21:16:22 +0000 (16:16 -0500)
committerSlava Pestov <slava@factorcode.org>
Sat, 4 Sep 2010 21:16:22 +0000 (16:16 -0500)
commitecb9ce4fc90273854471997c3fa55705f905094d
tree17418dd34e94e3a92964ee4e3d751523a38c8d72
parent2498a4d8810ee01507c41932573991a52dbc5037
vm: don't need to save/restore FPU state when doing GC anymore, since we don't call nano_count() unless GC events are being recorded. If you want to record GC events with FP traps on, you're out of luck
vm/gc.cpp