Re: GCC internal API access in plugin

2012-07-14 Thread Ian Lance Taylor
On Fri, Jul 13, 2012 at 3:54 PM, mahdi hamzeh wrote: > > I am developing a new modulo scheduling technique in gcc 4.7.0. and I > would like to implement it as a plugin for now. I found > "sms_schedule" which does swing modulo scheduling and I think this > function matches well with what I am going

GCC internal API access in plugin

2012-07-13 Thread mahdi hamzeh
Hello, I am developing a new modulo scheduling technique in gcc 4.7.0. and I would like to implement it as a plugin for now. I found "sms_schedule" which does swing modulo scheduling and I think this function matches well with what I am going to do. The problem I have is that there are a set of in