1.0.9.52: copy propagation interfering with local calls
commit57d7dd0f59b9df89feb1175b0efc449bb0b8d400
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 10 Sep 2007 12:36:59 +0000 (10 12:36 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 10 Sep 2007 12:36:59 +0000 (10 12:36 +0000)
treebb74c22f96ebe335d85d99e962d47fdb79b9ea60
parent6256e8428635bbbca648ed3ff59e810bd1d792ad
1.0.9.52: copy propagation interfering with local calls

* Don't allow copy propagation to a local call argument, thus
  preserving parallel assignment semantics -- to judge by the comment
  above OK-COPY-REF, this is what it was ment to do in the first
  place. Reported by Paul Khuong on sbcl-devel.
NEWS
src/compiler/copyprop.lisp
tests/compiler.impure.lisp
version.lisp-expr