You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
extend the places that check for the current flag;
introduce an alternative internal implementation that is switched to to avoid all the branches;
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: