mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5365 from ethereum/improveNameDispenser
[Yul] Use single counter for name dispenser for performance reasons.
This commit is contained in:
@@ -24,7 +24,6 @@ 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