Skip to content
Snippets Groups Projects
  1. Oct 03, 1998
    • dtc's avatar
      From Raymond Toy: · fb5ea660
      dtc authored
      o  Fix bugs in interval-intersection/difference, and some cleanup of
         unused stuff.
      o  Make interval-intersect-p use interval-intersection/difference.
      o  Added signed-interval->=, and make interval-range-info use it
         instead of it's own version.
      fb5ea660
  2. Oct 01, 1998
  3. Sep 29, 1998
    • dtc's avatar
      Change the domain argument of elfun-derive-type-simple from a · af5e6fb5
      dtc authored
      numeric-type to a high and low bound for which negative and positive
      zero being distinct as for the :negative-zero-not-zero feature.  This
      fixes some problems that occurred when not compiled with the
      :negative-zero-not-zero feature.
      af5e6fb5
  4. Sep 26, 1998
  5. Sep 20, 1998
  6. Sep 17, 1998
  7. Sep 13, 1998
  8. Sep 05, 1998
  9. Sep 01, 1998
  10. Aug 30, 1998
    • dtc's avatar
      Revise the address map to better utilise the address space, allowing · 0d71a1cd
      dtc authored
      larger heaps and stacks:
      
      * There is now the potential for up to 2.75GB dynamic space on
      FreeBSD, and 1.75GB on linux.  Since GENCGC statically allocates page
      tables the default size is set at just 1GB.
      
      * The Read-only and Static spaces have been increased to 256MB
      allowing larger heaps to be purified. The Read-only and Static spaces
      are in the same locations for both the FreeBSD and Linux ports to
      avoid unnecessary binary incompatibility.
      
      * The Control stack and Binking stack now have room for upto 128MB,
      supporting deeply nested algorithms, and potentially giving room for
      subdivision for thread stacks.
      
      * There is a reserve for the FreeBSD static libraries in the event
      that the FreeBSD lisp binary is dynamically linked, and the foreign
      segment size for FreeBSD is now 32MB, up from just 4MB.
      
      * There is now significantly more room for C allocated memory, roughly
      128M on Linux and 224M on FreeBSD.
      0d71a1cd
    • dtc's avatar
      Byte-compile assembly/assemfile when bootstrapping. · 036a3c7d
      dtc authored
      036a3c7d
  11. Aug 28, 1998
  12. Aug 23, 1998
  13. Aug 22, 1998
  14. Aug 19, 1998
  15. Aug 14, 1998
  16. Aug 05, 1998
  17. Jul 31, 1998
  18. Jul 28, 1998
  19. Jul 26, 1998
  20. Jul 25, 1998
  21. Jul 24, 1998
  22. Jul 19, 1998
  23. Jul 17, 1998
  24. Jul 16, 1998
Loading