[Wasm] Improve stability of wasm import names across compiler runs
Remove code generation for external fake overrides Fake overrides are resolved to real declaration on call sites This also removes generation of unused "equals", "hashCode" and "toString" methods. Avoid using hashes of IrType in generated code because they are unstable Merge-request: KT-MR-8658 Merged-by: Svyatoslav Kuzmich <svyatoslav.kuzmich@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
35e39e9e10
commit
2e26b0956e
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: WASM
|
||||
// EXPECTED_REACHABLE_NODES: 1310
|
||||
package foo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user