Alexander Udalov
8db1c3611b
IR: introduce abstract class IrDeclarationBase
...
The main purpose of this class is to improve performance of IR visitors
and transformers. `IrElementVisitor.visitDeclaration` now takes
IrDeclarationBase as a parameter, and therefore the call to `accept`
there is now a virtual class call, instead of an interface call.
2020-08-06 17:08:04 +02:00
..
2020-06-19 11:57:36 +02:00
2020-08-06 09:20:56 +03:00
2020-06-19 11:57:36 +02:00
2020-06-30 19:53:17 +03:00
2020-08-04 22:27:18 +03:00
2020-06-30 21:01:45 +03:00
2020-06-29 21:58:31 +03:00
2020-06-29 20:50:43 +02:00
2020-07-09 19:31:20 +03:00
2020-08-06 17:08:04 +02:00
2020-08-05 21:44:47 +03:00
2020-06-09 16:19:12 +03:00
2020-07-24 12:10:04 +02:00
2020-07-02 12:46:58 +03:00
2020-08-06 17:08:04 +02:00
2020-06-29 14:23:22 +03:00
2020-07-09 15:27:45 +02:00
2020-08-05 00:03:33 +03:00
2020-07-27 23:11:30 +07:00
2020-08-06 15:46:54 +04:00
2020-08-06 15:46:54 +04:00
2020-06-19 11:57:36 +02:00
2020-08-06 17:08:04 +02:00
2020-06-08 19:05:10 +00:00
2020-07-16 13:16:41 +03:00
2020-08-03 16:37:36 +03:00
2020-07-22 10:16:14 +03:00
2020-06-18 14:17:59 +00:00
2020-08-03 19:22:06 +03:00
2020-08-03 19:22:06 +03:00
2020-07-21 13:54:19 +03:00
2020-05-27 13:15:50 +02:00