Skip to content

Commit ad00d56

Browse files
authored
Merge pull request #123 from pypy/blog-z3-optimize
Blogpost about mining traces for optimization opportunities with z3
2 parents 8ff0bc2 + 1dd963b commit ad00d56

File tree

2 files changed

+407
-1
lines changed

2 files changed

+407
-1
lines changed

posts/2024/07/finding-simplification-rules-with-z3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ looking at sequences of instructions:
666666
that they typically aren't found in realistic programs. It would be much
667667
better to somehow focus on the patterns that real benchmarks are using.
668668

669-
In the next blog post I'll discuss an alternative approach to simply generating
669+
In the [next blog post](mining-jit-traces-missing-optimizations-z3.html) I'll discuss an alternative approach to simply generating
670670
all possible sequences of instructions, that tries to address these problems.
671671
This works by analyzing the real traces of benchmarks and mining those for
672672
inefficiencies, which only shows problems that occur in actual programs.

0 commit comments

Comments
 (0)