We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Generated expression contains nodes that can be simplified on it's own before the image generation. Example, on this screenshot
we see a bunch of nodes that can be simplified to NK_NUMBER.
NK_NUMBER
The text was updated successfully, but these errors were encountered:
Or write a grammar that doesn't produce these expressions (random cannot show up on both sides of an add or mult operation etc..)
Or you can do the optimization at the level of the fuzzer to "inline" the result of the operation
I think it would be hardest to do optimization at the level of the grammar, rewriting the grammar so that no path can lead to unoptimized results
Just thoughts
Sorry, something went wrong.
No branches or pull requests
Generated expression contains nodes that can be simplified on it's own before the image generation. Example, on this screenshot
we see a bunch of nodes that can be simplified to
NK_NUMBER
.The text was updated successfully, but these errors were encountered: