mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove opcodes that eat up too much VM memory
This commit is contained in:
parent
67952d50cb
commit
15b689b2ce
@ -237,7 +237,7 @@ void ProtoConverter::visit(Expression const& _x)
|
|||||||
m_output << dictionaryToken();
|
m_output << dictionaryToken();
|
||||||
break;
|
break;
|
||||||
case Expression::kLowcall:
|
case Expression::kLowcall:
|
||||||
visit(_x.lowcall());
|
// visit(_x.lowcall());
|
||||||
break;
|
break;
|
||||||
case Expression::kCreate:
|
case Expression::kCreate:
|
||||||
visit(_x.create());
|
visit(_x.create());
|
||||||
@ -1373,7 +1373,7 @@ void ProtoConverter::visit(Statement const& _x)
|
|||||||
m_output << "continue\n";
|
m_output << "continue\n";
|
||||||
break;
|
break;
|
||||||
case Statement::kLogFunc:
|
case Statement::kLogFunc:
|
||||||
visit(_x.log_func());
|
// visit(_x.log_func());
|
||||||
break;
|
break;
|
||||||
case Statement::kCopyFunc:
|
case Statement::kCopyFunc:
|
||||||
visit(_x.copy_func());
|
visit(_x.copy_func());
|
||||||
|
Loading…
Reference in New Issue
Block a user