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) |
From: | Vivek B <vivekb1985@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Sun, 7 Sep 2008 03:37:50 -0700 (PDT) |
Organization: | Compilers Central |
Keywords: | GCC, question, comment |
Posted-Date: | 07 Sep 2008 17:37:00 EDT |
Hello Friends,
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!)..
Can anyone give me links which helps me learn more about these.. I
have been searching around in net but most of them ends up in results
which lets one know how to use the optimizations in gcc..
Thank you.
[There's no substitute for reading the code. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.