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-06-14 19:54:30 +03:00
2018-10-15 00:03:45 +03:00
2018-10-15 00:03:45 +03:00
2018-06-14 19:54:30 +03:00
2018-10-15 00:03:45 +03:00
2019-04-02 13:16:31 +02:00
2018-10-10 17:27:36 +03:00
2018-06-14 19:54:30 +03:00
2019-03-22 13:49:37 +03:00
2018-06-14 19:54:30 +03:00
2019-03-22 13:49:37 +03:00
2019-03-26 10:44:06 +03:00
2019-03-22 13:49:37 +03:00
2018-06-14 19:54:30 +03:00
2019-03-22 13:49:37 +03:00
2018-06-14 19:54:30 +03:00
2019-03-22 13:49:37 +03:00
2018-07-03 19:51:58 +03:00
2018-07-03 19:51:58 +03:00
2018-06-14 19:54:30 +03:00
2019-03-22 13:49:37 +03:00
2018-06-14 19:54:30 +03:00
2019-03-22 13:49:37 +03:00
2018-09-24 18:21:57 +03:00
2019-01-15 13:14:41 +03:00
2018-06-14 19:54:30 +03:00
2019-03-22 13:49:37 +03:00
2018-06-14 19:54:30 +03:00
2019-03-22 13:49:37 +03:00
2018-06-14 19:54:30 +03:00
2018-12-20 12:53:22 +01:00
2018-12-20 12:53:22 +01:00
2018-12-20 12:53:22 +01:00
2018-12-20 12:53:22 +01:00
2018-12-20 12:53:22 +01:00
2018-07-03 19:51:58 +03:00
2018-08-31 15:34:18 +03:00
2018-07-03 19:51:58 +03:00
2019-03-25 12:57:26 +03:00
2018-07-10 13:34:19 +03:00
2019-03-25 12:57:26 +03:00
2018-07-10 13:34:19 +03:00
2018-06-14 19:54:30 +03:00
2019-03-25 15:55:06 +03:00
2018-06-14 19:54:30 +03:00
2019-03-22 13:49:37 +03:00
2018-06-14 19:54:30 +03:00
2019-03-22 13:49:37 +03:00
2018-12-20 12:53:22 +01:00
2018-06-14 19:54:30 +03:00