Join Slack
Powered by
(`abstract` thoughts) It’s ridiculous, but `if (bo...
# random
m
miha-x64
03/30/2017, 5:13 PM
(
abstract
thoughts) It’s ridiculous, but
if (bool) 1 else 0
will compile to real comparison (
ifeq
). On JVM bytecode level, 1 is equal to true, and 0 is equal to false, so this special case could be simplified.
5
Views
Open in Slack
Previous
Next