PPT Slide
- xlc default flags
-qalias=ansi
- optimizer assumes that pointers can only point to an object of the same type (potentially better optimization)
-qlanglvl=ansi
-qro
- string literals (e.g., char *p = 'mystring';) placed in 'read-only' memory (text segment); cannot be modified