Skip to content

Commit

Permalink
fixup! backtick formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusaaguiar committed Oct 26, 2023
1 parent c49332d commit 0102a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internals/optimizer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Optimizer

The Solidity compiler uses three different optimizer modules: The "old" optimizer
that operates at the opcode level and two "new" optimizers, one that operates on Yul IR code
and another that removes unnecessary overflow checks of code generation of `for` loops.
and another that removes unnecessary overflow checks of code generation of ``for`` loops.

The opcode-based optimizer applies a set of `simplification rules <https://github.com/ethereum/solidity/blob/develop/libevmasm/RuleList.h>`_
to opcodes. It also combines equal code sets and removes unused code.
Expand Down

0 comments on commit 0102a8e

Please sign in to comment.