mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Pass "optimize stack allocation" flag down to the stack compressor.
This commit is contained in:
@@ -39,7 +39,11 @@ namespace yul
|
||||
class CompilabilityChecker
|
||||
{
|
||||
public:
|
||||
static std::map<YulString, int> run(std::shared_ptr<Dialect> _dialect, Block const& _ast);
|
||||
static std::map<YulString, int> run(
|
||||
std::shared_ptr<Dialect> _dialect,
|
||||
Block const& _ast,
|
||||
bool _optimizeStackAllocation
|
||||
);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user