factor/basis/bootstrap
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
..
assembler VM: fix jit-signal-handler-prolog/epilog to account for the home space 2015-08-26 20:23:25 +02:00
compiler namespaces: rename namestack* to (get-namestack) for consistency. 2015-08-13 17:53:07 -07:00
handbook core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
help change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
image bootstrap.image: rename ' to prepare-object. it doesn't actually output the object, unlike what the comment said. 2015-08-15 21:21:03 -07:00
io bootstrap: cleanup usings. 2015-07-26 21:20:55 -07:00
math Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
threads Make "foo.private" require load foo instead. 2011-11-02 11:50:03 -07:00
tools kill tools.profiler.counting and ui.tools.profiler 2011-11-10 12:33:10 -08:00
ui Make "foo.private" require load foo instead. 2011-11-02 11:50:03 -07:00
unicode core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
bootstrap-error.factor bootstrap-error.factor: vocab => lookup-vocab 2011-10-29 17:25:51 -07:00
finish-bootstrap.factor Use debugger to print an error if startup hook fails; fixes #39 2011-09-11 23:38:26 -07:00
finish-staging.factor command-line: save the executable in a variable so that people don't use (command-line) directly if possible. 2014-12-23 08:12:31 -08:00
stage2.factor factor: rename system:vm -> vm-path to differentiate it from vm:vm (which is a STRUCT:) 2015-07-20 00:10:29 -07:00