]> gitweb.factorcode.org Git - factor.git/commit
VM: bump stack_reserved from 1kb to 4kb
authorBjörn Lindqvist <bjourne@gmail.com>
Tue, 4 Aug 2015 12:27:14 +0000 (14:27 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Tue, 4 Aug 2015 14:02:10 +0000 (16:02 +0200)
commit6fedb79c73b5a1cb2ca436ada8154e125d1550b6
tree3979432399f9185b980953f14a9cd6406a3c72dd
parentbeb71ce49b25c1091db45a91a19a31998c8096d3
VM: bump stack_reserved from 1kb to 4kb

The added test case fails with a doulbe fault, which appears to be
caused by a stack overflow in the code that tries to handle the stack
overflow. So bumping it to 4096 bytes should give the code enough stack
space to play with.
core/continuations/continuations-tests.factor
vm/contexts.hpp
vm/cpu-x86.cpp