Skip to content
changes in sbcl-1.3.7 relative to sbcl-1.3.6:
  * bug fix: preserve the name of the destructive function for the destroyed
    constant and important result warnings, even when declared NOTINLINE.
  * optimization: faster operations on list-sets.
  * optimization: better type derivation of set functions.
    (lp#1592152)
  * optimization: load-time TLS-INDEX assignment, and other
    microoptimizations, on x86.
  * optimizations in:
    ** APPEND;
    ** ECASE/ETYPECASE;
    ** ARRAY-DIMENSIONS;
    ** ARRAY-TOTAL-SIZE;
    ** REMOVE, REMOVE-DUPLICATES, DELETE and DELETE-DUPLICATES on lists.