JS IC: detect inline function changes

This commit is contained in:
Alexey Tsvetkov
2017-08-21 16:30:32 +03:00
parent b73d5cbe1f
commit 44e8ae3571
4 changed files with 106 additions and 6 deletions
@@ -111,7 +111,7 @@ class IncrementalJsCompilerRunner(
val jsCache = caches.platformCache
jsCache.header = incrementalResults.headerMetadata
return jsCache.compareAndUpdate(incrementalResults.packageParts, changesCollector)
return jsCache.compareAndUpdate(incrementalResults, changesCollector)
}
override fun runCompiler(