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

Detect tail-recursion #3

Open
laowantong opened this issue Nov 22, 2019 · 1 comment
Open

Detect tail-recursion #3

laowantong opened this issue Nov 22, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@laowantong
Copy link
Owner

Possible heuristic: any recursive call is returned directly. Need context?

@laowantong laowantong added the enhancement New feature or request label Nov 22, 2019
@laowantong laowantong self-assigned this Nov 22, 2019
laowantong added a commit that referenced this issue Dec 20, 2019
@laowantong
Copy link
Owner Author

Detection of body-recursion was done in f222322. For tail-recursion, take the complement.

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

No branches or pull requests

1 participant