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
you can go ahead and file a zig bug for this because the communication to the compiler is fine, arguably zig should lower large field inits with memset rather than a big memcpy
The text was updated successfully, but these errors were encountered:
Zig Version
0.13.0
Steps to Reproduce and Observed Behavior
Initializing a struct with a large field results in large binary sizes, unless you manually set these fields with memset.
Expected Behavior
Per Andrew on IRC:
The text was updated successfully, but these errors were encountered: