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

Ability to turn off ALL validation for high-speed (release configuration) emission #46

Open
n8allan opened this issue Dec 8, 2016 · 0 comments

Comments

@n8allan
Copy link

n8allan commented Dec 8, 2016

Some validation checks can currently be omitted, but others runs regardless. For scenarios where compile-time is important (dynamic or JIT), all of the debug features should be able to be omitted.

Implementation options:

  1. extend the places that check for the current flag;
  2. introduce an alternative internal implementation that is switched to to avoid all the branches;
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