You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: kotlin-native/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/driver/phases/LTO.kt
+11-5
Original file line number
Diff line number
Diff line change
@@ -128,13 +128,19 @@ internal data class EscapeAnalysisInput(
Copy file name to clipboardexpand all lines: kotlin-native/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/driver/phases/TopLevelPhases.kt
+3-3
Original file line number
Diff line number
Diff line change
@@ -500,9 +500,9 @@ private fun PhaseEngine<NativeGenerationState>.runCodegen(module: IrModuleFragme
Copy file name to clipboardexpand all lines: kotlin-native/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/IntrinsicGenerator.kt
+2
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ internal enum class IntrinsicType {
91
91
INTEROP_NARROW,
92
92
INTEROP_STATIC_C_FUNCTION,
93
93
INTEROP_FUNPTR_INVOKE,
94
+
INTEROP_ALLOCA,
94
95
// Worker
95
96
WORKER_EXECUTE,
96
97
// Atomics
@@ -250,6 +251,7 @@ internal class IntrinsicGenerator(private val environment: IntrinsicGeneratorEnv
Copy file name to clipboardexpand all lines: kotlin-native/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/DFGBuilder.kt
+2-1
Original file line number
Diff line number
Diff line change
@@ -408,6 +408,7 @@ internal class FunctionDFGBuilder(private val generationState: NativeGenerationS
Copy file name to clipboardexpand all lines: kotlin-native/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/EscapeAnalysis.kt
Copy file name to clipboardexpand all lines: kotlin-native/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/optimizations/TransformInteropAllocations.kt
0 commit comments