1.0.10.6: nested DX allocation
commit6d69dfcc438b3530fa922e518919158ccf1af497
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 26 Sep 2007 15:54:58 +0000 (26 15:54 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Wed, 26 Sep 2007 15:54:58 +0000 (26 15:54 +0000)
tree8a64854e3c22d97c0111bdfb1397fa5b84f1f60f
parent66cff1e1319861c080d563359afea284614b3a7f
1.0.10.6: nested DX allocation

* RECOGNIZE-DYNAMIC-EXTENT-LVARS needs to propagate DX information to
  combination arguments, so that

  (LET ((X (LIST (LIST 1 2) (LIST 3 4))))
    (DECLARE (DYNAMIC-EXTENT X))
    (FOO X))

  does the right thing.
NEWS
OPTIMIZATIONS
src/compiler/locall.lisp
tests/dynamic-extent.impure.lisp
version.lisp-expr