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

analyze mutual recursive structure #4

Closed
alfert opened this issue Aug 31, 2015 · 1 comment
Closed

analyze mutual recursive structure #4

alfert opened this issue Aug 31, 2015 · 1 comment

Comments

@alfert
Copy link
Owner

alfert commented Aug 31, 2015

This is essentially a graph problem, so we should handle it as such. Model the types as :digraph to find cycles (= recursion). Identify the areas which can be lifted as an optimization by inline type definitions. This will shorten the length of the recursive generator calls.

@alfert
Copy link
Owner Author

alfert commented Jul 22, 2018

Won't fix - auto-generators are now remove from the source code base.

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