Merge pull request #13001 from matheusaaguiar/develop

Don't add an empty data slot to ABI-encoded empty strings from storage
This commit is contained in:
chriseth
2022-05-23 10:56:30 +02:00
committed by GitHub
10 changed files with 110 additions and 9 deletions
@@ -8,7 +8,7 @@ contract Test {
}
// ----
// constructor(): 7, 0x40, 78, "abcdefghijklmnopqrstuvwxyzabcdef", "ghijklmnopqrstuvwxyzabcdefghijkl", "mnopqrstuvwxyz" ->
// gas irOptimized: 283829
// gas irOptimized: 284909
// gas legacy: 309607
// gas legacyOptimized: 260566
// m_x() -> 7