mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use single counter for name dispenser for performance reasons.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user