Files
kotlin-fork/compiler/testData/codegen/boxWithStdlib
Denis Zharkov f1d9d11590 Store stack values before inlines. #KT-5634 Fixed
Inlining code violates JIT assumptions for OSR in Java 8 in case of
starting with non-empty and containing cycles.

Fix is to mark each inlined block with markers and then store/restore
stack state before and after inlined body.
2014-09-29 17:16:58 +04:00
..
2014-07-25 21:19:39 +04:00
2014-07-03 18:39:57 +04:00
2014-07-29 12:06:36 +04:00