Files
kotlin-fork/compiler/testData/codegen/boxInline
pyos eff02b6e72 JVM_IR: improve suspend tail call detection.
* TailCallOptimizationLowering should go into local classes in order to
   transform their suspend methods;
 * the check for invokes of noinline lambda arguments in codegen was
   incorrect, as it also returned true for calls of lambdas stored in
   local variables;
 * IrInlineCodegen should mark non-inlinable arguments used as inline
   suspend parameters;
 * detection of suspend/inline call sites was incorrect (or maybe it's
   the `compilationContextDescriptor` that was incorrect?..)
2020-02-20 11:10:26 +01:00
..
2018-08-02 13:19:24 +02:00
2019-10-08 17:19:41 +02:00
2018-08-02 13:19:24 +02:00
2018-08-02 13:19:24 +02:00