Use stack optimizations.

This commit is contained in:
chriseth
2019-03-14 15:34:23 +01:00
parent ca34335d07
commit 6d1ed93247
16 changed files with 70 additions and 20 deletions
+2 -2
View File
@@ -180,7 +180,7 @@ void CodeGenerator::assemble(
langutil::EVMVersion _evmVersion,
ExternalIdentifierAccess const& _identifierAccess,
bool _useNamedLabelsForFunctions,
bool _optimize
bool _optimizeStackAllocation
)
{
EthAssemblyAdapter assemblyAdapter(_assembly);
@@ -190,7 +190,7 @@ void CodeGenerator::assemble(
_analysisInfo,
_parsedData,
*dialect,
_optimize,
_optimizeStackAllocation,
false,
_identifierAccess,
_useNamedLabelsForFunctions