falias

Determines whether aliasing should be assumed in the program.

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

-falias

-fno-alias

Windows:

None

Arguments

None

Default

-fno-alias

No aliasing is assumed in the program.

Description

This option determines whether aliasing should be assumed in the program.

If you want aliasing to be assumed in the program, specify -falias. However, this may affect performance.

Alternate Options

Linux and Mac OS X: None

Windows: /Oa[-]

See Also


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.