Related articles |
---|
metaprograms in gcc aktappetla@hotmail.com (2001-09-11) |
Re: metaprograms in gcc srineet@veritas.com (Srineet) (2001-09-11) |
Re: metaprograms in gcc aarongray@beeb.net (Aaron Gray) (2001-09-11) |
Re: metaprograms in gcc gregod@cs.rpi.edu (Douglas Gregor) (2001-09-20) |
From: | "Srineet" <srineet@veritas.com> |
Newsgroups: | comp.compilers |
Date: | 11 Sep 2001 23:11:59 -0400 |
Organization: | Compilers Central |
References: | 01-09-032 |
Keywords: | GCC |
Posted-Date: | 11 Sep 2001 23:11:59 EDT |
> does gcc implement constant folding (it should,i guess).thanks.. anil.
Here's a quick list of optimizations that gcc performs. You can get the
details from the info pages, and other sources.
http://www.redhat.com/products/support/gnupro/gnupro_gcc.html
Thanks. Bye.
- Srineet.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.