Merge pull request #5240 from ethereum/limitDispenserSize

[Yul] Limit name length created by dispenser
This commit is contained in:
chriseth
2018-10-17 22:54:38 +02:00
committed by GitHub
8 changed files with 97 additions and 25 deletions
-2
View File
@@ -116,8 +116,6 @@ private:
boost::optional<std::vector<Statement>> tryInlineStatement(Statement& _statement);
std::vector<Statement> performInline(Statement& _statement, FunctionCall& _funCall);
std::string newName(std::string const& _prefix);
std::string m_currentFunction;
FullInliner& m_driver;
NameDispenser& m_nameDispenser;