This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Gimple optimization


On Fri, Aug 21, 2009 at 07:03, pms<pmshiva@gmail.com> wrote:

> Â ÂCan anybody help us in knowing the existing list of optimization in
> Gimple pass.

See the file passes.c:init_optimization_passes.  Every call to
NEXT_PASS up to 'NEXT_PASS (pass_expand)' is a gimple pass.

For a high-level overview of how the optimizers work, see the various
articles and tutorials at http://gcc.gnu.org/wiki/GettingStarted


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]