mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use stack optimizations.
This commit is contained in:
@@ -216,8 +216,12 @@ Input Description
|
||||
// It can only be activated through the details here.
|
||||
// This feature is still considered experimental.
|
||||
"yul": false,
|
||||
// Future tuning options, currently unused.
|
||||
"yulDetails": {}
|
||||
// Tuning options for the Yul optimizer.
|
||||
"yulDetails": {
|
||||
// Improve allocation of stack slots for variables, can free up stack slots early.
|
||||
// Activated by default if the Yul optimizer is activated.
|
||||
"stackAllocation": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"evmVersion": "byzantium", // Version of the EVM to compile for. Affects type checking and code generation. Can be homestead, tangerineWhistle, spuriousDragon, byzantium, constantinople or petersburg
|
||||
|
||||
Reference in New Issue
Block a user