So, it's a compiler specific reordering?
I tried the example below, saved as `main.c`. It seems she automatically reorders the static mem. Can that behavior be disabled? Can someone please explain? #include<stdio.h> int main(int argc, char** argv) { char *p;…
So, it's a compiler specific reordering?
I tried the example below, saved as `main.c`. It seems she automatically reorders the static mem. Can that behavior be disabled? Can someone please explain? #include<stdio.h> int main(int argc, char** argv) { char *p;…