1.0.23.60: fix bug 354: XEPs in backtraces, properly this time
commit5919ecc5fee77630855da6aeeabdc7d8cc4f2762
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 21 Dec 2008 09:51:01 +0000 (21 09:51 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 21 Dec 2008 09:51:01 +0000 (21 09:51 +0000)
tree26d751c8a967d7721870d324f1ecf3047f478638
parenta32cea89ba8f5e8a0726f4182c7b6666646e6d3a
1.0.23.60: fix bug 354: XEPs in backtraces, properly this time

 * Don't terminate the block in MAYBE-TERMINATE-BLOCK even if the node
   is a call to a function that never returns if it is also the tail
   end of a XEP -- this allows TCO to deal with the XEP.

 * More stale bugs:
   ** 143 -- cannot replicate, interrupt handling has been robustified
      and partially redesigned since than, so confidence that this is
      really gone is reasonably high.
   ** 238 -- has gotten fixed at some point.
BUGS
NEWS
src/compiler/ir1opt.lisp
tests/debug.impure.lisp
tests/eval.impure.lisp
version.lisp-expr