JVM_IR KT-47984 use stack size calculator from ASM

This commit is contained in:
Dmitry Petrov
2021-08-10 12:34:40 +03:00
committed by TeamCityServer
parent 5096e8c5c4
commit edd2ca775b
8 changed files with 76 additions and 151 deletions
@@ -18131,6 +18131,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
public void testSuspensionPointInsideArgument() throws Exception {
runTest("compiler/testData/codegen/box/inlineArgsInPlace/suspensionPointInsideArgument.kt");
}
@Test
@TestMetadata("withLogFile.kt")
public void testWithLogFile() throws Exception {
runTest("compiler/testData/codegen/box/inlineArgsInPlace/withLogFile.kt");
}
}
@Nested
@@ -18275,6 +18275,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
public void testSuspensionPointInsideArgument() throws Exception {
runTest("compiler/testData/codegen/box/inlineArgsInPlace/suspensionPointInsideArgument.kt");
}
@Test
@TestMetadata("withLogFile.kt")
public void testWithLogFile() throws Exception {
runTest("compiler/testData/codegen/box/inlineArgsInPlace/withLogFile.kt");
}
}
@Nested