mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changelog: Add missing entry for the 0.8.13 PR that caps the returndata copied for static returns
This commit is contained in:
parent
f917249111
commit
48835b3a73
@ -83,6 +83,7 @@ Compiler Features:
|
||||
* Language Server: Implements goto-definition.
|
||||
* Peephole Optimizer: Optimize comparisons in front of conditional jumps and conditional jumps across a single unconditional jump.
|
||||
* Yul EVM Code Transform: Avoid unnecessary ``pop``s on terminating control flow.
|
||||
* Yul IR Code Generation: When the result of an external call is statically-sized, ignore any returndata past the size expected by the compiler.
|
||||
* Yul Optimizer: Remove ``sstore`` and ``mstore`` operations that are never read from.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user