- Nov 03, 2000
-
-
dtc authored
-
- Oct 30, 2000
-
-
pw authored
file that has read-time evaluation (sharp-dot). The editor lisp doesn't have the slave lisp environment and doesn't know packages and functions that might be in the slave. This needs more testing and may prove to need some improvement.
-
- Oct 27, 2000
- Oct 26, 2000
-
-
dtc authored
-
- Oct 25, 2000
-
-
pw authored
-
- Oct 24, 2000
-
-
dtc authored
allocated before malloc is called from gc_init on FreeBSD, because malloc would otherwise allocate from conflicting addresses. Well spotted by Paul Werkowski.
-
dtc authored
of the dynamic space. DYNAMIC_SPACE_SIZE now defines the maximum size, and when defined DEFAULT_DYNAMIC_SPACE_SIZE gives the default. o Increase the maximum dynamic space size for Linux x86 to 1.625GB, with the default remaining at 512MB. o Define the default dynamic space size for FreeBSD x86 to also be 512MB, with a maximum of 2GB.
-
dtc authored
of the dynamic space.
-
dtc authored
-
- Oct 23, 2000
-
-
dtc authored
the command line -batch switch only modifying this when specified.
-
dtc authored
rather than arithmetic shift to form the result. From Juergen Weiss.
-
dtc authored
the args to temps, which had been inhibited on the x86. This causes some loss of performance on the x86 as the temps are stack SCs, but is sometimes necessary.
-
- Oct 21, 2000
-
-
dtc authored
if necessary. This then allows the inlining of the simple-array accessor which may reduce consing and may give better performance overall.
-
dtc authored
may not be a fpstate in some rare cases.
-
dtc authored
than zero, simplifying the trigger test.
-
dtc authored
may not be a fpstate in some rare cases.
-
dtc authored
-
- Oct 16, 2000
- Oct 06, 2000
- Oct 04, 2000
-
-
dtc authored
they are correctly quoted (from Pierre R. Mai), and correcting the result type of make-keyword which is in general a symbol not a keyword.
-
- Sep 27, 2000
-
-
dtc authored
Work through lists in parallel rather than applying elt at each iteration which scales far better as the list lengths increase. Further take care to allow circular lists, so long as one of the sequences is bounded. Based on a contribution from Colin Walters.
-
dtc authored
unix-namestring needs to try and verify their existence otherwise search paths will not be enumerated and the files may not be found.
-
- Sep 26, 2000
-
-
dtc authored
are referenced, rather than also checking that none are set. Problems related to lambda-vars without a home may have been resolved now.
-
dtc authored
variable with no refs since the compiler deletes such variables.
-
dtc authored
variable with no refs since the compiler deletes such variables. o Use value-cell objects rather than a cons for the interpreters value-cells.
-
dtc authored
-
dtc authored
port. o Add some new VOPS to handle special cases for ash where we know the sign of the shift and the result will fit into a good type. o Add deftransform for ash to call the these vops
-
dtc authored
-
- Sep 20, 2000
-
-
dtc authored
dereferencing NULL.
-