Re: Compiler optimization in GCC

Vivek B <vivekb1985@gmail.com>
Tue, 9 Sep 2008 02:48:07 -0700 (PDT)

          From comp.compilers

Related articles
Compiler optimization in GCC vivekb1985@gmail.com (Vivek B) (2008-09-07)
Re: Compiler optimization in GCC bageshri@gmail.com (Bageshri Karkare) (2008-09-08)
Re: Compiler optimization in GCC vivekb1985@gmail.com (Vivek B) (2008-09-09)
| List of all articles for this month |

From: Vivek B <vivekb1985@gmail.com>
Newsgroups: comp.compilers
Date: Tue, 9 Sep 2008 02:48:07 -0700 (PDT)
Organization: Compilers Central
References: 08-09-037 08-09-041
Keywords: GCC, optimize
Posted-Date: 13 Sep 2008 11:49:12 EDT

On Sep 8, 11:17 am, "Bageshri Karkare" <bages...@gmail.com> wrote:
> Take a look athttp://www.cse.iitb.ac.in/grcwhere you can find very
> useful documentation about adding your own analysis/optimization pass
> to gcc and more. A generic data flow analyzer for bit-vector
> frameworks has already been implemented in gcc. (a patch will be made
> available soon.)
> Webpage:http://www.cse.iitb.ac.in/bageshri


> On Sun, Sep 7, 2008 at 4:07 PM, Vivek B <vivekb1...@gmail.com> wrote:
> > I am planning to do my mini project as 'Experimenting with
> > optimization in gg platform'. I am trying to understand how
> > optimization happens in gcc and if possible replace a one of the
> > optimization algorithm with mine (say, constant propogation!)..




:)
Thank you, Sir!



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.