Don't stack allocate SETQ values in a different stack frame.
commit96d30cdf726de498973b9ea78fcb41a296760b07
authorCharles Zhang <charleszhang99@yahoo.com>
Tue, 5 Sep 2023 22:10:09 +0000 (6 00:10 +0200)
committerCharles Zhang <charleszhang99@yahoo.com>
Tue, 5 Sep 2023 22:42:41 +0000 (6 00:42 +0200)
treed478b046829f1e9c6604cd0a2a4caa4640fa87ea
parent89e0069109533040a4859f99a1201e79ef5a7c51
Don't stack allocate SETQ values in a different stack frame.

It's impossible to stack allocate in some stack frame but then expect
it stay alive for longer.
src/compiler/envanal.lisp
tests/dynamic-extent.pure.lisp