tromey/el-compilador

mark some macros as "lexical catch"

tromey opened this issue · 1 comments

We can completely eliminate a catch if it is "lexical". cl-return and cl-return-from could be handled this way.

I pushed a patch to my emacs branch adding a :cl-block-p property to the catch symbol, with a value of t. The compiler side has yet to be done.