- Feb 15, 2000
-
-
pw authored
long strings. Tested using text-get-string and text-set-string. I don't yet know what other functions may need to use multiple-packet messages.
-
- Feb 14, 2000
- Feb 12, 2000
-
-
dtc authored
unsigned-*, signed-*, and fixnum-* although the respective inline VOPs will take preference so these will not actually be used. From Raymond Toy.
-
- Feb 03, 2000
-
-
dtc authored
into a fp-pop which is a 'fstp fr0'. Noted by Peter Van Eynde.
-
- Jan 30, 2000
-
-
dtc authored
to be two digits wide. From Pierre R. Mai.
-
- Jan 19, 2000
-
-
dtc authored
users with low swap plus memory to run without enabling the non-standard and perhaps undesirable overcommit_memory option. With this change the current scheme of splitting mmap operations into smaller pieces to bypass the kernel checks is no longer necessary, and this code has been cleaned up.
-
dtc authored
because the necessary pages are zeroed by gc_free_heap.
-
dtc authored
scrub-control-stack for some time.
-
- Jan 17, 2000
-
-
dtc authored
-
dtc authored
-
dtc authored
VOP takes care to decrease the stack pointer as the stack is scrubbed, which allows a grow-down control stack to be used on Linux.
-
dtc authored
unsigned-nums. Including a union of both these primitive type restrictions results in a template type that can not be achieved by either of them. Problem noted by Raymond Toy.
-
- Jan 16, 2000
- Jan 15, 2000
-
-
dtc authored
string and simple-vectors were giving a different hash to the other vector types.
-
- Jan 14, 2000
- Jan 13, 2000
-
-
dtc authored
work of William H. Newman and Cadabra Inc. Special case characters within sxhash returning the character code rather than returning a constant, as per the new equalp-hash. Declare hash-table-count and hash-table-size inline so they compile to inline slot accesses.
-
dtc authored
consistent with the integer sxhash transform.
-
dtc authored
to be compiled to fast native code, and to make use of the sign bit. Fix and update the sxhash double-float transform to be consistent. Add a transform for the sxhash of long-floats.
-
- Jan 12, 2000
-
-
dtc authored
Raymond Toy.
-
- Jan 10, 2000
-
-
dtc authored
to check the type of the second argument before calling char-equal. Spotted by William H. Newman, fix from Peter Van Eynde.
-
dtc authored
translated bignum type, and have containing-integer-type check for subtypes of bignums. The compiler will now use the check-bignum VOP.
-
dtc authored
bignum type.
-
dtc authored
-
dtc authored
-
dtc authored
type, rather use a integer union type which is handled far better by the type system; from Raymond Toy.
-
- Jan 09, 2000
-
-
dtc authored
appropriate rather than the constant 4096. Remove uses of the variable last_used_page.
-
- Dec 28, 1999
-
-
dtc authored
dependent upon the :sparc-64 feature; suggested by Raymond Toy.
-
- Dec 23, 1999
-
-
dtc authored
as these are not yet saved in the sigcontext or handled by the debugger.
-
- Dec 22, 1999
-
-
dtc authored
the :sparc-64 feature as the 64-bit state is not currently saved which would causes lossage; from Raymond Toy.
-
- Dec 19, 1999
-
-
dtc authored
latex2html the html2e package has become the html2 package.
-
- Dec 08, 1999
-
-
dtc authored
element-types. These are output in the format #A(<element-type> <dims> <contents>). A random-state can now be printed readably.
-
dtc authored
select a VOP version they must have different names.
-
dtc authored
so need not be targeted to a temporary, possibly saving a temporary TN and move.
-
- Dec 05, 1999
- Dec 04, 1999
-
-
dtc authored
-