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

Convert trivial call/cc in to return #10

Closed
etaoins opened this issue Feb 24, 2014 · 0 comments
Closed

Convert trivial call/cc in to return #10

etaoins opened this issue Feb 24, 2014 · 0 comments
Assignees

Comments

@etaoins
Copy link
Owner

etaoins commented Feb 24, 2014

When optimization is enable we should convert trivial (non-capturing, never used as value) continuations to simple early returns. Full continuations would be needlessly slow for this purpose and the planner output already has (untested) support for early returns

@etaoins etaoins self-assigned this Feb 24, 2014
@etaoins etaoins closed this as completed Mar 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant