]> gitweb.factorcode.org Git - factor.git/blob - vm/cpu-x86.32.hpp
xmode.marker: more correct faster update-match-group
[factor.git] / vm / cpu-x86.32.hpp
1 namespace factor {
2
3 #define FACTOR_CPU_STRING "x86.32"
4
5 // Must match the calculation in word jit-signal-handler-prolog in
6 // basis/bootstrap/assembler/x86.factor
7 static const unsigned SIGNAL_HANDLER_STACK_FRAME_SIZE = 64;
8 static const unsigned JIT_FRAME_SIZE = 32;
9
10 }