|
|
|
|
|
by renox
707 days ago
|
|
I'm surprised that the list of Zig quirks doesn't include aliasing and functions parameters: the compiler can pass your parameter by value or by reference as it wants so your function behaviour can change in case of aliasing.. An implementation defined behaviour worse than C, that's surprising.. Ada has the same issue, I wonder if Ada users can tell us if this pitfall is an issue or not in practice. |
|