Rework memory manager to make stack slot update faster (#2813)

This commit is contained in:
Nikolay Igotti
2019-04-09 15:40:14 +02:00
committed by GitHub
parent 4dd94d7f26
commit d072920133
19 changed files with 882 additions and 518 deletions
@@ -182,6 +182,8 @@ fun testWeakReference(block: () -> NSObject) {
createAndTestWeakReference(block)
}
kotlin.native.internal.GC.collect()
assertNull(ref.get())
}