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
"One benefit to this is that functions which take pointers as arguments can be annotated with the "nonnull" attribute - attribute((nonnull)) in GCC. The optimizer can sometimes make better decisions knowing that pointer arguments cannot be null."
This text does not seems very useful. Moreover the text seems to imply that the Zig compiler generates C code compiled with GCC (note that the text was committed in 2017-11-07).
The text was updated successfully, but these errors were encountered:
In the https://ziglang.org/documentation/master/#Optionals, the documentation says:
"One benefit to this is that functions which take pointers as arguments can be annotated with the "nonnull" attribute - attribute((nonnull)) in GCC. The optimizer can sometimes make better decisions knowing that pointer arguments cannot be null."
This text does not seems very useful. Moreover the text seems to imply that the Zig compiler generates C code compiled with GCC (note that the text was committed in 2017-11-07).
The text was updated successfully, but these errors were encountered: