Closed Vectorized closed 2 months ago
Continued from #458 and #444.
Notes:
uint256
address
== 0
== uint256(0)
This is huuuge!!! Thanks a lot @jjranalli @Vectorized @chiru-labs @cygaar amazing job 🔥🔥🔥
Continued from #458 and #444.
Notes:
uint256
instead ofaddress
.== 0
to== uint256(0)
helps the compiler produce more efficient bytecode.