- Jan 19, 2000
- 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
- Dec 03, 1999
-
-
dtc authored
maybe-convert-to-assignment, aborting the conversion if such a ref is found. Problem noted by Peter Van Eynde; patch based on a suggestion from Rob. Add a similar check in maybe-let-convert which is bound to have similar problems. This will most likely need more work as aborting is not optimal, and there appear to be other similar problems.
-