next.js
46f3c5cf - perf(turbopack): Remove needless memory move ops (#74964)

Commit
1 year ago
perf(turbopack): Remove needless memory move ops (#74964) ### What? We don't need to move memories into the stacks of these functions because we are going to move these `JsValue` to the heap anyway. ### Why? ### How?
Author
Parents
Loading