- Apr 09, 1997
-
-
dtc authored
will place the instance in the static space but still move the substructure lists and arrays to the RO space. This is needed for compact-info environments which cache the last name in the instance which needs to be scavenged, but the hash arrays can still be placed in the RO space (the cache name was not being scavenge which could cause a false hit if very unlucky). Shall uses this new option in compiler/globaldb.lisp after people have had a chance to bootstrap in this new support.
-
- Apr 01, 1997
-
-
dtc authored
(signed-byte 16), (signed-byte 30), (signed-byte 32). These patches include the general support and the x86 backend support; more to follow. The important changes are conditional on the :signed-array feature so shouldn't affect the source without this feature. This work has been driven by Raymond Toy.
-
- Oct 31, 1994
-
-
ram authored
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Feb 10, 1994
-
-
wlott authored
Fixed simple-string to list string in the inherits list.
-
- Aug 30, 1993
-
-
ram authored
Export MAKE-LAYOUT, MAKE-UNDEFINED-CLASS, INSURED-FIND-CLASS, REDEFINE-LAYOUT-WARNING. Change layout printer to print the proper name instead of the class. In (setf find-class), clobber the info type compiler-layout if set.
-
- Aug 24, 1993
-
-
ram authored
-
- Aug 22, 1993
-
-
wlott authored
to dylan array cleanup.
-
- Jul 21, 1993
-
-
ram authored
compiler will transform to a load-time fixup that won't have run yet in cold load. Instead, refer to a constant layout.
-
- Jul 20, 1993
-
-
ram authored
-
- Jul 17, 1993
-
-
ram authored
LAYOUT-HASH so that structure layouts get initialized, etc. Add DIRECT-SUPERCLASSES slot to BUILT-IN-CLASS and initialize it. Add FIND-CLASS-CELL, CLASS-CELL-CLASS and CLASS-CELL-NAME to support forward references to redefinable or undefined classes. INFO TYPE CLASS is now a CLASS-CELL or NIL, and the class is actually in the CLASS-CELL-CLASS. Added some missing elements in the class-precedence lists of float and number.
-
- Jul 10, 1993
-
-
ram authored
random-pcl-class for representing objects whose real class is a PCL class. Add class-pcl-class slot for tracking the PCL class of any class. Changed layout invalidating to set to :INVALID, not T, since PCL uses T to mean valid.
-
- May 19, 1993
-
-
wlott authored
-
- May 13, 1993
- Apr 04, 1993
- Mar 14, 1993
- Mar 13, 1993
- Mar 01, 1993
-
-
ram authored
NS-BOOT conditionals.
-
- Feb 23, 1993
- Feb 18, 1993
-
-
ram authored
-
- Feb 17, 1993
- Feb 16, 1993
- Feb 11, 1993
-
-
ram authored
Fix format string.
-
- Feb 10, 1993
-
-
ram authored
layout-hash. Allow symbols as structure printers.
-
- Feb 08, 1993
-
-
ram authored
-
- Feb 04, 1993
-
-
ram authored
-
- Jan 15, 1993
-
-
ram authored
-