Use single counter for name dispenser for performance reasons.

This commit is contained in:
chriseth
2018-11-07 23:09:33 +01:00
parent deed8e21f6
commit 845899e305
16 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -21,9 +21,9 @@
#include <libsolidity/inlineasm/AsmScope.h>
using namespace std;
using namespace dev;
using namespace dev::solidity::assembly;
bool Scope::registerLabel(yul::YulString _name)
{
if (exists(_name))