does anyone know if jit or kotlin compiler are cap...
# announcements
v
does anyone know if jit or kotlin compiler are capable to optimize things like
someInt / 2
or
someInt * 2
to use bitshift?