Re: help on - adding a new pass to gcc

2009-11-10 Thread Basile STARYNKEVITCH
ddmetro wrote: Hi All, We are adding a new pass for - structural hazard optimization - in gcc. We have added a rtl_opt_pass variable(pass_sched3) declaration in tree-pass.h and defined the same in a new file - sched-by-category.c In addition of all the other good hints, you mi

RE: help on - adding a new pass to gcc

2009-11-10 Thread Bingfeng Mei
Did you add your new object file to OBJS-common list in Makefile.in? Bingfeng > -Original Message- > From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On > Behalf Of ddmetro > Sent: 10 November 2009 16:25 > To: gcc@gcc.gnu.org > Subject: help on - adding

Re: help on - adding a new pass to gcc

2009-11-10 Thread Andrew Pinski
On Tue, Nov 10, 2009 at 8:25 AM, ddmetro wrote: > > Hi All, >         We are adding a new pass for - structural hazard optimization - in > gcc. >         We have added a rtl_opt_pass variable(pass_sched3) declaration in > tree-pass.h and defined the same in a new file - sched-by-category.c >      

help on - adding a new pass to gcc

2009-11-10 Thread ddmetro
om/help-on---adding-a-new-pass-to-gcc-tp26286452p26286452.html Sent from the gcc - Dev mailing list archive at Nabble.com.