mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added overflow checks after multiplication operation is executed.
This commit is contained in:
@@ -18,10 +18,10 @@ contract C {
|
||||
// EVMVersion: >homestead
|
||||
// ----
|
||||
// h(uint256[2][]): 0x20, 3, 123, 124, 223, 224, 323, 324 -> 32, 256, 0x20, 3, 123, 124, 223, 224, 323, 324
|
||||
// gas irOptimized: 180726
|
||||
// gas irOptimized: 180829
|
||||
// gas legacy: 184921
|
||||
// gas legacyOptimized: 181506
|
||||
// i(uint256[2][2]): 123, 124, 223, 224 -> 32, 128, 123, 124, 223, 224
|
||||
// gas irOptimized: 112453
|
||||
// gas irOptimized: 112464
|
||||
// gas legacy: 115460
|
||||
// gas legacyOptimized: 112990
|
||||
|
||||
Reference in New Issue
Block a user