Commit 4309776
authored
Add a warning comment about potential dirty bits in
This commit adds a detailed warning in the `Safe.sol` contract regarding
potential dirty bits in assembly code for types smaller than 256 bits.
It emphasizes the importance of considering this for future changes
while explaining the rationale behind using assembly for memory
efficiency.
No functional changes were made to the contract logic. This update aims
to improve code clarity and maintainability.
Originally reported by @jhoenickegetTransactionHash (#872)1 parent 489b2bc commit 4309776
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
410 | 415 | | |
411 | 416 | | |
412 | 417 | | |
| |||
0 commit comments