1.0.31.8: specialized out-of-line CONCATENATE for strings
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 14 Sep 2009 09:32:52 +0000 (09:32 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 14 Sep 2009 09:32:52 +0000 (09:32 +0000)
commit3bb8f5292debbe26d0e62685e6d5af81d6e4fb98
tree905e090e0e416d448b5ad549d8d9e24b7128d76a
parent70b392926636cc0d870a6e4e7dd8b574f998633d
1.0.31.8: specialized out-of-line CONCATENATE for strings

  https://bugs.launchpad.net/sbcl/+bug/417229

  CONCATENATE 'STRING was already decent when SPEED > SPACE thanks to
  open coding by the deftransform.

  Deal with low-speed policies by adding %CONCATENATE-TO-STRING and
  %CONCATENATE-TO-BASE-STRING and transforming to them when
  appropriate.
NEWS
package-data-list.lisp-expr
src/code/seq.lisp
src/compiler/seqtran.lisp
tests/compiler.pure.lisp
version.lisp-expr