Oracle® Solaris Studio 12.4: C User's Guide

Exit Print View

Updated: March 2015
 
 
Chapter 5

Type-Based Alias Analysis

This chapter explains how to use the -xalias_level option and several pragmas to enable the compiler to perform type-based alias analysis and optimizations. You use these extensions to express type-based information about the way pointers are used in your C program. The C compiler uses this information, in turn, for alias disambiguation of pointer-based memory references in your program.

See -xalias_level[=l] for a detailed explanation of this command’s syntax. Also, see -Xalias_level[=l] for an explanation of the lint program’s type-based alias-analysis capabilities.