Merge pull request #6967 from ethereum/nameDisplacer

[Yul] Name displacer.
This commit is contained in:
chriseth
2019-06-19 18:56:54 +02:00
committed by GitHub
12 changed files with 246 additions and 4 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ void OptimiserSuite::run(
// None of the above can make stack problems worse.
NameDispenser dispenser{_dialect, ast};
NameDispenser dispenser{_dialect, ast, reservedIdentifiers};
size_t codeSize = 0;
for (size_t rounds = 0; rounds < 12; ++rounds)