We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7351f6d + efe558a commit 548a4b4Copy full SHA for 548a4b4
docs/internals/optimizer.rst
@@ -26,6 +26,10 @@ One can use ``solc --ir-optimized --optimize`` to produce an
26
optimized Yul IR for a Solidity source. Similarly, one can use ``solc --strict-assembly --optimize``
27
for a stand-alone Yul mode.
28
29
+.. note::
30
+ The `peephole optimizer <https://en.wikipedia.org/wiki/Peephole_optimization>`_ and the inliner are always
31
+ enabled by default and can only be turned off via the :ref:`Standard JSON <compiler-api>`.
32
+
33
You can find more details on both optimizer modules and their optimization steps below.
34
35
Benefits of Optimizing Solidity Code
0 commit comments