You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when storing and loading struct (and array) values, we perform a fairly costly load of each element piece by piece before constructing them directly. We have an opportunity here to optimize this work through the addition of aligned and unaligned memcpy polyfills in the compiler.
Spec
TBC
The text was updated successfully, but these errors were encountered:
Description
Currently when storing and loading struct (and array) values, we perform a fairly costly load of each element piece by piece before constructing them directly. We have an opportunity here to optimize this work through the addition of aligned and unaligned
memcpy
polyfills in the compiler.Spec
TBC
The text was updated successfully, but these errors were encountered: