[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
+3
-1
@@ -1,6 +1,8 @@
|
||||
|
||||
suspend fun box(): Int {
|
||||
suspend fun suspendBox(): Int {
|
||||
val x = fooX()
|
||||
val y = fooY()
|
||||
return x + y
|
||||
}
|
||||
|
||||
fun box() = "OK"
|
||||
|
||||
Reference in New Issue
Block a user