Skip to content
Snippets Groups Projects
  1. Jul 21, 2007
  2. Jul 20, 2007
  3. Jul 19, 2007
  4. Jul 18, 2007
  5. Jul 15, 2007
  6. Jul 13, 2007
  7. Jul 09, 2007
  8. Jul 08, 2007
  9. Jul 07, 2007
  10. Jul 06, 2007
  11. Jun 27, 2007
  12. Jun 25, 2007
  13. Jun 12, 2007
  14. Jun 10, 2007
  15. May 30, 2007
    • rtoy's avatar
      This checkin adds some debugging code for the x86 heap corruption · f22fe508
      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.
      f22fe508
  16. May 02, 2007
  17. May 01, 2007
  18. Mar 28, 2007
  19. Jan 01, 2007
  20. Nov 30, 2006
  21. Nov 08, 2006
Loading