]> gitweb.factorcode.org Git - factor.git/commit
VM: fix one callstack overflow problem by "unlocking" the callstacks
authorBjörn Lindqvist <bjourne@gmail.com>
Fri, 14 Aug 2015 22:22:50 +0000 (00:22 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 15 Aug 2015 03:19:58 +0000 (20:19 -0700)
commit883f65d0e44468de25a638b5d90c8946a762fb08
treea7bdb9f70d839f90589e8457571bc6c69fe7d57b
parent59762009f1f707674c5d8c6e0d02ccb5544a2196
VM: fix one callstack overflow problem by "unlocking" the callstacks
border pages

Also a new vocab compiler.tests.callstack-overflow which is supposed to
contain all tests for callstack overflow-related problems.
basis/compiler/tests/callstack-overflow.factor [new file with mode: 0644]
core/continuations/continuations-tests.factor
core/kernel/kernel-tests.factor
vm/gc.cpp