-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Blogpost about mining traces for optimization opportunities with z3 #123
Conversation
@tekknolagi would you take a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks very good. Much easier to read now with the intro post
@@ -666,7 +666,7 @@ looking at sequences of instructions: | |||
that they typically aren't found in realistic programs. It would be much | |||
better to somehow focus on the patterns that real benchmarks are using. | |||
|
|||
In the next blog post I'll discuss an alternative approach to simply generating | |||
In the [next blog post](finding-missing-optimizations-z3.html) I'll discuss an alternative approach to simply generating |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is the correct page name (anymore?)
Co-authored-by: Max Bernstein <[email protected]>
Co-authored-by: Max Bernstein <[email protected]>
Co-authored-by: Max Bernstein <[email protected]>
No description provided.