We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9310b commit 071acc8Copy full SHA for 071acc8
README.md
@@ -5,7 +5,7 @@ A list of common Solidity optimization tips and myths.
5
6
### Right Shift Instead of Dividing By 2
7
8
-The `SHR` opcode is 3 gas cheaper than `DIV` and also bypasses the division by 0 check.
+The `SHR` opcode is 3 gas cheaper than `DIV` and also bypasses Solidity's division by 0 prevention overhead.
9
10
- [Gas Usage]()
11
- [Full Example]()
0 commit comments