Skip to content
  1. Sep 01, 2012
    • Raymond Toy's avatar
      Clean up RCS ids · eeab7066
      Raymond Toy authored
       * Get rid of the RCS Header stuff.  They're meaningless in git.
       * Add public domain comment to some of the files if the only comment
         was the RCS header.
      eeab7066
  2. Nov 04, 2011
  3. Sep 24, 2011
    • Raymond Toy's avatar
      Fix Trac ticket:46. · 44a8f0c7
      Raymond Toy authored
      Make the size of all spaces configurable from the command line.
      
      code/commandline.lisp:
      o Define the switches so lisp doesn't complain.
      
      general-info/lisp.1:
      o Document new switches.
      
      general-info/release-20c.txt:
      o Update
      
      lisp/Darwin-os.c
      lisp/FreeBSD-os.c
      lisp/Linux-os.c
      lisp/NetBSD-os.c
      lisp/backtrace.c
      lisp/cgc.c
      lisp/gencgc.c
      lisp/os-common.c
      lisp/ppc-validate.h
      lisp/purify.c
      lisp/solaris-os.c
      lisp/sparc-arch.c
      lisp/sparc-validate.h
      lisp/x86-validate.h:
      lisp/validate.c
      o Basically rename CONTROL_STACK_SIZE, BINDING_STACK_SIZE,
        READ_ONLY_SPACE_SIZE, and STATIC_SPACE_SIZE to control_stack_size,
        binding_stack_size, read_only_space_size, and static_space_size,
        respectively.
      
      lisp/coreparse.c
      o Check the space size in the core file against the allocated size.
        If the allocated space is too small, print an error message and
        exit.
      
      lisp/globals.c
      o Define new variables for the allocated size of spaces.
      
      lisp/globals.h
      o Declare the new variables for the size of the spaces.
      
      lisp/lisp.c
      o Set the default values of the spaces.
      o Parse the new command-line flags and set the space sizes.
      
      lisp/sunos-os.c:
      o Added os_init0 (that we forgot last time).
      
      lisp/x86-assem.S:
      o Change $CONTROL_STACK_END to GNAME(control_stack_end) to get the
        correct end of the stack.
      44a8f0c7
  4. Sep 15, 2005
  5. Feb 03, 2005
    • rtoy's avatar
      Martin Rydstrom reports that CMUCL with the default heap size doesn't · d0c874d1
      rtoy authored
      work on Solaris 10. (Eventually, he gets a GC lossage).  But setting
      -dynamic-space-size 256 works fine.  The difference is that the
      default is 256 MB - 32 KB.
      
      So change the default to just 256 MB.  We don't understand why the old
      default causes funny things to happen on Solaris 10.
      d0c874d1
  6. Jan 13, 2005
  7. May 13, 2004
  8. Apr 28, 2004
  9. Jan 09, 2004
    • toy's avatar
      o Get the space_start values from internals.h · f7c525cc
      toy authored
      o Increase the max heap space to 2816 MB from 2048 MB.  (This is about as
        much as we can do, since some space is needed for the C stack located
        at high memory.)
      f7c525cc
  10. Oct 06, 2003
    • toy's avatar
      o Clean up and correct description address map. · 846ddb1c
      toy authored
      o Moved definition of SPARSE_BLOCK_SIZE from solaris-os.c to here, so
        we can use it in defining the sizes of the various spaces.
      o With GENCGC, we can use the space that was allocated for dynamic
        space 1, so make it 2GB.  (Not that I've ever had to use that much
        space.)
      846ddb1c
  11. Sep 22, 2003
  12. Sep 16, 2003
  13. Aug 15, 2003
  14. Oct 24, 2002
  15. Oct 27, 2000
  16. Mar 21, 1998
  17. Oct 27, 1994
  18. Oct 25, 1994
  19. Oct 24, 1994
  20. Apr 28, 1993
  21. Mar 23, 1993
  22. Jan 18, 1993
  23. Jan 13, 1993
  24. Dec 07, 1992
  25. Sep 08, 1992
  26. Jul 28, 1992