mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Note about storage compatability mode
This commit is contained in:
parent
5539a745df
commit
c6c7f3525d
@ -56,7 +56,8 @@ as individual values.
|
|||||||
of Solidity due to the fact that storage pointers can be passed to libraries. This means that
|
of Solidity due to the fact that storage pointers can be passed to libraries. This means that
|
||||||
any change to the rules outlined in this section is considered a breaking change
|
any change to the rules outlined in this section is considered a breaking change
|
||||||
of the language and due to its critical nature should be considered very carefully before
|
of the language and due to its critical nature should be considered very carefully before
|
||||||
being executed.
|
being executed. In the event of such a breaking change, we would want to release a
|
||||||
|
compatibility mode in which the compiler would generate bytecode supporting the old layout.
|
||||||
|
|
||||||
|
|
||||||
Mappings and Dynamic Arrays
|
Mappings and Dynamic Arrays
|
||||||
|
Loading…
Reference in New Issue
Block a user