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.
1 parent f917249 commit 48835b3Copy full SHA for 48835b3
Changelog.md
@@ -83,6 +83,7 @@ Compiler Features:
83
* Language Server: Implements goto-definition.
84
* Peephole Optimizer: Optimize comparisons in front of conditional jumps and conditional jumps across a single unconditional jump.
85
* Yul EVM Code Transform: Avoid unnecessary ``pop``s on terminating control flow.
86
+ * Yul IR Code Generation: When the result of an external call is statically-sized, ignore any returndata past the size expected by the compiler.
87
* Yul Optimizer: Remove ``sstore`` and ``mstore`` operations that are never read from.
88
89
0 commit comments