Files
kotlin-fork/compiler/backend/src/org/jetbrains/kotlin/codegen
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-12-21 16:13:42 +03:00
2018-12-28 14:18:39 +03:00
2018-12-06 20:16:58 +03:00
2018-12-06 20:16:58 +03:00
2018-06-21 11:18:40 +02:00
2018-10-17 16:38:22 +03:00