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

Kvasir::Register::apply should be refactored to allow for smaller debug builds #94

Open
odinthenerd opened this issue Dec 5, 2016 · 0 comments

Comments

@odinthenerd
Copy link
Member

at least in the case where everythign is compile time known we should use recursion to walk the list of register actions rather than flat expansion. The advantage is we can force inline in debug builds and also give the user a better "step through experience". The release codegen should be identical according to my gut feeling.

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