Re: add new optimization pass to the GCC optimizations

2009-05-10 Thread Brad Hards
On Sunday 10 May 2009 09:38:58 pm charfi asma wrote: > Hello, > > Can we add our own SSA optimizations passes to GCC? Yes. > is there a plugin or API that can help doing this ? (since GCC is open > source) to run this optimization, can we easialy add it to other > optimizations performed by chosin

add new optimization pass to the GCC optimizations

2009-05-10 Thread charfi asma
Hello, Can we add our own SSA optimizations passes to GCC? is there a plugin or API that can help doing this ? (since GCC is open source) to run this optimization, can we easialy add it to other optimizations performed by chosing one of the known GCC flag: O1, O2, ... Thanks Asma