Files
kotlin-fork/compiler/testData/codegen/box
Dmitry Petrov 81609e4c6f Generate complex equality comparison only when RHS can have side effects
In "short" version, LHS is always evaluated before RHS,
and RHS may be not evaluated if LHS is null.
So, it makes sense to use "short" version in cases when RHS can't have
side effects (because of more compact bytecode and more opportunities
for code elimination).
2017-07-21 08:52:29 +03:00
..
2017-03-20 18:46:01 +01:00
2017-06-20 10:40:21 +03:00
2017-07-12 15:56:29 +03:00
2016-11-09 21:41:12 +03:00