[K/N] ForLoopsLowering: Use get without bounds check in ArrayIterationHandler

This commit is contained in:
Elena Lepilkina
2021-06-08 15:39:12 +03:00
committed by Space
parent f33f3c769f
commit ac074207c7
3 changed files with 13 additions and 1 deletions
@@ -575,6 +575,10 @@ internal class KonanSymbols(
val topLevelSuite = getKonanTestClass("TopLevelSuite")
val testFunctionKind = getKonanTestClass("TestFunctionKind")
override val getWithoutBCName: Name? = KonanNameConventions.getWithoutBC
override val setWithoutBCName: Name? = KonanNameConventions.setWithoutBC
private val testFunctionKindCache = TestProcessor.FunctionKind.values().associate {
val symbol = if (it.runtimeKindString.isEmpty())
null