[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 @@
|
||||
inline fun foo() = js("40 + 2")
|
||||
inline fun foo() = js("42 + 1")
|
||||
|
||||
@@ -1 +1 @@
|
||||
inline fun foo() = js("'42'")
|
||||
inline fun foo() = js("'44'")
|
||||
|
||||
Reference in New Issue
Block a user