Files
kotlin-fork/compiler/testData/codegen/boxInline
Mikhael Bogdanov 2bdf68ad67 Delete dead code on last optimization step, otherwise ASM will split exception table on it.
ASM has logic that splits exception tables in MethodWriter.computeAllFrames:
     // Loop over all the basic blocks and visit the stack map frames that must be stored in the
     // StackMapTable attribute. Also replace unreachable code with NOP* ATHROW, and remove it from
     // exception handler ranges.
     ...
     firstHandler = Handler.removeRange(firstHandler, basicBlock, nextBasicBlock);
     ...
  https://gitlab.ow2.org/asm/asm/issues/317867

  #KT-28546 Fixed
2019-01-11 15:27:52 +01:00
..
2018-08-02 13:19:24 +02:00
2019-01-07 15:49:26 +01:00
2018-06-28 12:26:41 +02:00
2018-10-19 14:07:20 +03:00
2018-08-02 13:19:24 +02:00
2019-01-09 10:20:54 +01:00
2018-08-15 10:26:28 +03:00
2018-08-02 13:19:24 +02:00
2018-06-28 12:26:41 +02:00
2018-08-02 13:19:24 +02:00