mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #6583 from ethereum/reset_yulstringrepo
Reset YulStringRepository regularly
This commit is contained in:
@@ -965,6 +965,8 @@ Json::Value StandardCompiler::compileYul(InputsAndSettings _inputsAndSettings)
|
||||
|
||||
Json::Value StandardCompiler::compile(Json::Value const& _input) noexcept
|
||||
{
|
||||
YulStringRepository::reset();
|
||||
|
||||
try
|
||||
{
|
||||
auto parsed = parseInput(_input);
|
||||
|
||||
Reference in New Issue
Block a user