- Jul 21, 2007
-
-
fgilham authored
-
- Jul 20, 2007
-
-
fgilham authored
-
- Jul 19, 2007
-
-
fgilham authored
-
- Jul 18, 2007
-
-
cshapiro authored
-
- Jul 15, 2007
- Jul 13, 2007
- Jul 09, 2007
- Jul 08, 2007
-
-
fgilham authored
-
- Jul 07, 2007
- Jul 06, 2007
-
-
cshapiro authored
-
- Jun 27, 2007
-
-
cshapiro authored
pre-processor macros. Also, use the more compatible .globl rather than .global and enliminate the unused eight byte alignment macro.
-
- Jun 25, 2007
- Jun 12, 2007
- Jun 10, 2007
- May 30, 2007
-
-
rtoy authored
issue and also works around the heap corruption. These are enabled if DEBUG_BAD_HEAP is #defined. gencgc.c: o Make print_ptr and verify_gc non-static so they can be used elsewhere. lisp.c: o Call verify_gc at startup (if enabled) so we can see the heap corruption. save.c: o Add debugging prints and stuff to see what's going on, if enabled. o The workaround is to skip over the call to update_dynamic_space_free_pointer in save(). See the comments there for more info.
-
- May 02, 2007
-
-
rtoy authored
undefined_tramp addresses, just in case, for sparc and ppc. o Don't make verify_space a static function.
-
rtoy authored
<. Print out an error message if the loop is exited with clean != static_free. This prevents infinite loops that were sometimes seen on x86. However, the infinite loops appear to be caused by some kind of heap corruption. This change just makes the corruption more apparent.
-
- May 01, 2007
-
-
rtoy authored
start have changed in compiler/x86/parms.lisp.
-
- Mar 28, 2007
-
-
fgilham authored
-
- Jan 01, 2007
-
-
cshapiro authored
-
- Nov 30, 2006
-
-
rtoy authored
-
- Nov 08, 2006
-
-
rtoy authored
These are in global registers and might be trashed. This makes heap overflow checking work better on solaris. There are still bugs.
-