1.0.47.14: optimize list DELETE to DELQ in more cases
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 7 Apr 2011 13:05:01 +0000 (13:05 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 7 Apr 2011 13:05:01 +0000 (13:05 +0000)
commit5f9cb3705865f7538cc3943c7cb134989d94a619
tree8aa47d5be8c1e990c52fcb849ea58b83b08da7a2
parentc02501b9bbd01f1c0c0e896dc5cdb7657a77e4a7
1.0.47.14: optimize list DELETE to DELQ in more cases

  Optimize in the presence of explicit EQL test if the item is known
  to be such that EQ and EQL work the same.

  Optimize for implicit EQL for fixnums as well -- not just
  non-numbers as previously.
src/compiler/seqtran.lisp
tests/compiler.pure.lisp
version.lisp-expr