Files
kotlin-fork/compiler
Mikaël Peltier 0a11385006 KT-12330 Improve bytecode for data class equals/hashCode methods
- Do not longer call hashCode on java/lang/Object but do this
on statically checked type.
- Do not longer call Intrinsics.areEqual but use directly
equals method on statically checked type.

Fix of https://youtrack.jetbrains.com/issue/KT-12330
2018-04-09 14:16:02 +02:00
..
2018-04-06 19:11:19 +03:00
2018-04-05 12:38:48 +02:00
2018-04-06 08:53:31 +02:00