Files
kotlin-fork/compiler/testData/codegen/box/coroutines
Ilmir Usmanov b3890885c4 JVM: Break infinite loop in finding meaningful instruction
during tail-call optimization.

There can be code, where all next instructions are non-meaningful and
there is a back-edge, for example, while(true){}. Previously, analyzer
incorrectly assumed, that this cannot happen. Now, it keeps track of
visited instructions and says, that there is no meaningful instruction
in such case.
 #KT-56815 Fixed
2023-02-23 17:54:46 +00:00
..
2022-02-25 11:46:27 +00:00
2022-08-01 08:57:16 +00:00
2022-08-01 08:57:16 +00:00
2022-08-01 08:57:16 +00:00
2022-04-07 01:08:22 +00:00
2022-06-02 13:26:24 +00:00
2022-12-16 18:32:42 +00:00