Dmitriy Novozhilov
e8f8399af4
[FIR2IR] Properly cache generated data/value class members
...
FIR instances of generated toString/hashCode/equals are session dependant,
so we need some cache, which operates only session-independent stuff.
Pair of `FirClass` and `Name` was chosen here
Previously SymbolTable played the role of this cache (with signatures as
keys). But it should be replaced in scope of KT-66341 and KT-64990
2024-03-06 08:28:24 +00:00
..
2024-02-23 23:59:13 +01:00
2024-02-27 08:32:36 +00:00
2024-03-05 17:17:32 +00:00
2024-02-20 17:56:46 +00:00
2024-02-29 10:14:31 +00:00
2024-02-23 23:59:13 +01:00
2024-01-10 11:29:25 +00:00
2024-02-20 17:56:46 +00:00
2024-03-06 08:28:24 +00:00
2024-02-27 10:25:13 +00:00
2024-03-05 07:03:35 +00:00
2024-02-21 20:24:13 +00:00
2024-02-21 14:10:44 +00:00
2024-03-04 22:25:36 +00:00
2024-02-16 12:48:24 +00:00
2024-03-05 17:17:32 +00:00
2024-02-06 17:18:44 +00:00
2024-02-26 16:36:00 +00:00
2024-01-10 14:56:30 +00:00
2024-02-25 18:18:55 +00:00
2024-01-10 11:29:25 +00:00
2024-02-19 18:17:37 +00:00
2024-02-23 23:59:13 +01:00
2024-02-29 08:36:16 +00:00
2024-03-06 08:22:42 +00:00
2024-03-04 22:25:36 +00:00
2024-02-28 21:20:18 +00:00
2024-02-28 15:20:30 +00:00
2024-03-06 08:22:42 +00:00
2024-02-20 17:56:46 +00:00
2024-03-04 22:12:24 +00:00
2024-02-29 10:14:31 +00:00
2024-03-06 08:22:42 +00:00
2024-02-16 12:48:24 +00:00
2024-03-05 17:38:59 +00:00
2024-02-29 09:46:59 +00:00
2024-01-23 11:01:58 +00:00
2024-02-29 16:44:45 +00:00
2024-02-27 20:30:06 +00:00