Files
kotlin-fork/compiler/testData/codegen/box
Mads Ager 1713625718 JVM: Improve line number handling for suspend calls.
Take branching and method calls into account when finding the line
number of the continuation. If there is no line number before
branching instructions or method calls, the following code is
still on the line of the suspend call itself.

This fixes a couple of issues with incorrect line numbers for
multiple throws on the same line or multipe suspend calls on
the same line.

In addition, it avoids the need to spam the method node with
repeated line number instructions in the IR backend.
2019-10-30 13:40:21 +03:00
..
2019-10-05 10:52:59 +02:00
2019-08-04 01:35:05 +03:00
2018-10-15 00:03:45 +03:00
2018-07-10 13:34:19 +03:00
2019-06-10 17:37:52 +03:00
2019-04-08 13:10:22 +02:00
2018-07-10 13:34:19 +03:00
2019-05-06 19:34:25 +03:00
2018-08-09 14:22:50 +03:00
2019-01-24 23:05:56 +03:00
2019-10-18 17:22:58 +02:00
2018-10-22 16:32:55 +02:00
2018-10-10 17:27:37 +03:00
2019-02-19 16:37:47 +01:00