tweak NAME-CONTEXT
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 27 Nov 2011 14:53:20 +0000 (16:53 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 27 Nov 2011 14:53:20 +0000 (16:53 +0200)
commit7da051bf31bc6097e0096fd75df194cb1f5c6762
tree202b798eb76358130ef16305a4eddee5d1b5e941
parentecb0dd2f84a01df128d70d0f62c70c23b0e05882
tweak NAME-CONTEXT

  On platforms without UNWIND-TO-FRAME-AND-CALL vops we introduce an extra
  block, which then shows up there in the function names for eg. lambdas
  defined at the toplevel in high debug code. Fix that.

  CATCH also introduces a block. Filter those out too.
src/compiler/ir1-translators.lisp
tests/compiler.pure.lisp