2013-05-11 21:55:50 -04:00
|
|
|
namespace factor {
|
2009-05-04 02:46:13 -04:00
|
|
|
|
2009-05-02 05:04:19 -04:00
|
|
|
#define FACTOR_CPU_STRING "x86.32"
|
2009-12-18 16:59:56 -05:00
|
|
|
|
2015-08-26 12:17:33 -04:00
|
|
|
/* Must match the calculation in word jit-signal-handler-prolog in
|
|
|
|
basis/bootstrap/assembler/x86.factor */
|
|
|
|
static const unsigned SIGNAL_HANDLER_STACK_FRAME_SIZE = 64;
|
2011-11-25 21:58:21 -05:00
|
|
|
static const unsigned JIT_FRAME_SIZE = 32;
|
|
|
|
|
2009-05-04 02:46:13 -04:00
|
|
|
}
|