Files
kotlin/compiler/testData/codegen/box/dataClasses
Ting-Yuan Huang 9fc869397d IrBuiltins: refactoring for equality checks
Previously,
* Equals performs IEEE 754 equality check for floating points and
  byte-to-byte checks for other types, including references.
* Ieee754Equals performs IEEE 754 for primitive types
* TotalOrderEquals performs total order equals to all types, including
  floating points.

Now it is simplified,
* Equals performs total order checks for all types.
* Ieee754Equals performs IEEE 754 for primitive types.
* (TotalOrderEquals is removed.)
2019-04-02 13:16:31 +02:00
..
2018-09-18 14:36:20 +03:00
2018-07-10 13:34:19 +03:00
2018-06-14 19:54:30 +03:00
2018-07-11 14:49:36 +03:00
2018-06-14 19:54:30 +03:00
2018-06-14 19:54:30 +03:00