next.js
46f3c5cf
- perf(turbopack): Remove needless memory move ops (#74964)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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?
References
#74964 - perf(turbopack): Remove needless memory move ops
Author
kdy1
Parents
9317e882
Loading