Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cfbolz committed Oct 23, 2024
1 parent 032dc1c commit f965d6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion posts/2022/12/pypy-alive.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. title: Finding JIT Optimizer Bugs using SMT Solvers and Fuzzing
.. slug: jit-bug-finding-smt-fuzzing
.. date: 2022-12-11 18:00:00 UTC
.. tags: jit, testing
.. tags: jit, testing, z3
.. category:
.. link:
.. description:
Expand Down
4 changes: 2 additions & 2 deletions posts/2024/10/jit-peephole-dsl.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. title: A DSL for Peephole Transformation Rules of Integer Operations in the PyPy JIT
.. slug: jit-bug-finding-smt-fuzzing
.. slug: jit-peephole-dsl
.. date: 2024-10-23 15:00:00 UTC
.. tags: jit, z3
.. category:
Expand Down Expand Up @@ -470,7 +470,7 @@ extensions that I plan to work on in the future:
question, but I still don't understand what the correct approach in our
context would be.

- Ordering comparisons like `int_lt`, `int_le` and their unsigned variants are
- Ordering comparisons like ``int_lt``, ``int_le`` and their unsigned variants are
not ported to the DSL yet. Comparisons are an area where the JIT is not super
good yet at optimizing away operations. This is a pretty big topic and I've
started a project with Nico Rittinghaus to try to improve the situation a bit
Expand Down

0 comments on commit f965d6e

Please sign in to comment.