3 #define FACTOR_CPU_STRING "x86.32"
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;