1.0.47.16: more ((LAMBDA ..) ..) and (FUNCALL (LAMBDA ..) ..) equivalence
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 8 Apr 2011 13:06:38 +0000 (13:06 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 8 Apr 2011 13:06:38 +0000 (13:06 +0000)
commit6b9745ef7667d8f98fd4a340dcf662bc6633fd0f
treec7af71c1f2e9f9299c83c0fd6048a64aa3d88918
parent74d229783cb6a2d3d972732d3ea10facd55f6f5d
1.0.47.16: more ((LAMBDA ..) ..) and (FUNCALL (LAMBDA ..) ..) equivalence

  This was mostly the case already, but for consistency's sake convert
  ((LAMBDA ...) ...) via (%FUNCALL ...) instead of using
  IR1-CONVERT-COMBINATION directly.

  Fixes lp#720382.
NEWS
src/compiler/ir1tran.lisp
tests/compiler.pure.lisp
version.lisp-expr