Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mark some macros as "lexical catch" #19

Open
tromey opened this issue Mar 9, 2017 · 1 comment
Open

mark some macros as "lexical catch" #19

tromey opened this issue Mar 9, 2017 · 1 comment

Comments

@tromey
Copy link
Owner

tromey commented Mar 9, 2017

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

@tromey
Copy link
Owner Author

tromey commented Mar 10, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant