[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
+4
-1
@@ -1,2 +1,5 @@
|
||||
|
||||
fun box() = foo0()
|
||||
fun box(): String {
|
||||
if (foo0() != 42) return "Fail"
|
||||
return "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user