9,615
edits
Line 33: | Line 33: | ||
===Pointers/Aliasing=== | ===Pointers/Aliasing=== | ||
* Why people still write in FORTRAN instead of C | * Why people still write in FORTRAN instead of C | ||
* Type-based analysis (see [[C99|ANSI C99's]] <tt>restrict</tt> keyword), [[gcc]]'s <tt>-fstrict-aliasing</ | * Type-based analysis (see [[C99|ANSI C99's]] <tt>restrict</tt> keyword), [[gcc]]'s <tt>-fstrict-aliasing</tt> directive) | ||
==Memory Hierarchy== | ==Memory Hierarchy== |