[JS IR] IC improvements
- Reuse a built fragment - Use cache for saving built JS code
This commit is contained in:
committed by
Space
parent
f8ae097e50
commit
9952d43252
@@ -1 +1 @@
|
||||
fun foo() = 42
|
||||
fun foo() = 42
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
fun foo() = 33
|
||||
@@ -0,0 +1 @@
|
||||
fun foo() = 33
|
||||
@@ -4,5 +4,5 @@ STEP 0:
|
||||
STEP 1:
|
||||
dependencies: stdlib
|
||||
modifications:
|
||||
U : l1.kt.1 -> l1.kt
|
||||
U : l1.kt.1.txt -> l1.kt
|
||||
dirty: l1.kt
|
||||
|
||||
Reference in New Issue
Block a user