0.9.5.51:
authorJuho Snellman <jsnell@iki.fi>
Wed, 12 Oct 2005 21:42:48 +0000 (21:42 +0000)
committerJuho Snellman <jsnell@iki.fi>
Wed, 12 Oct 2005 21:42:48 +0000 (21:42 +0000)
commite6c3f1d3e416bd473a9e476e6f95235c783794a3
treec80dea061e80706412400dcd043cb245796a9057
parentbb471853b088e65a3e7821b6ab23494c4fe67af3
0.9.5.51:
        Start merging some safe and uncontroversial changes from from
        gencgc-pagetable-branch. Hopefully once all of the safe changes
        has been merged, taking care of the remaining changes will be
        less daunting.

        Cleanups, should cause no functional changes.

        * Add typedefs for indices into the generation/page tables for
          clarity and to ease changing their sizes later. Use these
          consistently in gencgc.c.
        * Change some suspicious 'unsigned's to 'unsigned long's.
        * Define logical names for the various special generations, instead
          of using NUM_GENERATIONS [- 1, + 0, + 1].
        * Rename update_x86_dynamic_space_free_pointer() to
          update_dynamic_space_free_pointer().
src/runtime/gc.h
src/runtime/gencgc-alloc-region.h
src/runtime/gencgc-internal.h
src/runtime/gencgc.c
version.lisp-expr