Skip to content

Commit

Permalink
Merge pull request ethereum#13081 from ethereum/cse-optimization-chan…
Browse files Browse the repository at this point in the history
…gelog

Update changelog with information about changes to CommonSubexpressionEliminator
  • Loading branch information
wechman authored Jun 7, 2022
2 parents 3948391 + f40c9cd commit 64979c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Compiler Features:

Bugfixes:
* ABI Encoder: When encoding an empty string coming from storage do not add a superfluous empty slot for data.
* Common Subexpression Eliminator: Process assembly items in chunks with maximum size of 2000. It helps to avoid extremely time-consuming searches during code optimization.
* Yul Optimizer: Do not remove ``returndatacopy`` in cases in which it might perform out-of-bounds reads that unconditionally revert as out-of-gas. Previously, any ``returndatacopy`` that wrote to memory that was never read from was removed without accounting for the out-of-bounds condition.


Expand Down

0 comments on commit 64979c1

Please sign in to comment.