mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Enable via yul or explain why disabled.
This commit is contained in:
@@ -8,6 +8,11 @@ contract C {
|
||||
r += 1;
|
||||
}
|
||||
}
|
||||
// via yul disabled because the return variables are
|
||||
// fresh variables each time, while in the old code generator,
|
||||
// they share a stack slot when the function is
|
||||
// invoked multiple times via `_`.
|
||||
|
||||
// ====
|
||||
// compileViaYul: false
|
||||
// ----
|
||||
|
||||
Reference in New Issue
Block a user