AA: do not use full decompilation for built-ins
This is the major performance bottleneck for AA/UAST artifacts rollout to Android Lint. KT stubs are good/fast enough.
This commit is contained in:
committed by
Ilya Kirillov
parent
669afdd463
commit
2da4693cc0
@@ -1,2 +1,2 @@
|
||||
Resolved to:
|
||||
public abstract fun add(element: T): kotlin.Unit
|
||||
KtNamedFunction:add(element)
|
||||
@@ -1,2 +1,2 @@
|
||||
Resolved to:
|
||||
@kotlin.SinceKotlin @kotlin.internal.PlatformDependent public open fun getOrDefault(key: K, defaultValue: V): V { /* compiled code */ }
|
||||
KtNamedFunction:getOrDefault(key, defaultValue)
|
||||
Reference in New Issue
Block a user