Merge pull request #5365 from ethereum/improveNameDispenser

[Yul] Use single counter for name dispenser for performance reasons.
This commit is contained in:
chriseth
2018-11-08 12:24:21 +01:00
committed by GitHub
16 changed files with 66 additions and 67 deletions
-1
View File
@@ -24,7 +24,6 @@ using namespace std;
using namespace dev;
using namespace dev::solidity::assembly;
bool Scope::registerLabel(yul::YulString _name)
{
if (exists(_name))