factor/basis/bootstrap/assembler
Björn Lindqvist 663e5e2a09 VM: fix jit-signal-handler-prolog/epilog to account for the home space
Windows 64bit abi requires callers to reserve 32 bytes of home space in
the stack frame which the callee is free to clobber. Previous versions
of VS didn't compile code to take advantage of the home space so it
worked fined. VS2015 however, is using the home space which causes
registers and flags that were supposed to be saved to be
overwritten. The fix is to put a little extra empty space at the bottom
of the stack frame.
2015-08-26 20:23:25 +02:00
..
ppc.32.linux.factor
ppc.64.linux.factor
ppc.factor VM: the JIT_PROFILING special object is never used, so rename it to 2015-08-14 20:19:53 -07:00
x86.32.factor VM: fix jit-signal-handler-prolog/epilog to account for the home space 2015-08-26 20:23:25 +02:00
x86.32.unix.factor
x86.32.windows.factor bootstrap: cleanup usings. 2015-07-26 21:20:55 -07:00
x86.64.factor bootstrap.image: attempt to remove the SPECIAL-OBJECT: table 2015-08-14 20:19:52 -07:00
x86.64.unix.factor VM: fix jit-signal-handler-prolog/epilog to account for the home space 2015-08-26 20:23:25 +02:00
x86.64.windows.factor VM: fix jit-signal-handler-prolog/epilog to account for the home space 2015-08-26 20:23:25 +02:00
x86.factor VM: fix jit-signal-handler-prolog/epilog to account for the home space 2015-08-26 20:23:25 +02:00
x86.unix.factor
x86.windows.factor bootstrap: cleanup usings. 2015-07-26 21:20:55 -07:00