Hi all, Just to mention that we nearly finished the developments of the new GCC ICI on top of the latest branch (Zbigniew Chamski is working on that) and are finishing the documentation on Wiki. It was enhanced based on the feedback of the current users while still keeping the core code of the plug-ins framework simple. We should make it public in a week or two, will provide several examples from industry and would be very happy to discuss further directions ... Will keep in touch, Grigori
> -----Original Message----- > From: Diego Novillo [mailto:dnovi...@google.com] > Sent: Saturday, January 31, 2009 2:28 PM > To: Richard Guenther > Cc: Sean Callanan; Taras Glek; Basile STARYNKEVITCH; Grigori Fursin; Le-Chun > Wu; Brendon > Costa; Emmanuel Fleury; gcc@gcc.gnu.org > Subject: Re: GCC Plug-in Framework ready to port > > On Sat, Jan 31, 2009 at 08:24, Richard Guenther > <richard.guent...@gmail.com> wrote: > > On Sat, Jan 31, 2009 at 2:11 PM, Diego Novillo <dnovi...@google.com> wrote: > >> > >> 1- Agree on a common API and document it in > >> http://gcc.gnu.org/wiki/GCC_PluginAPI > > > > Note that even for this taks being able to compare what the existing > > frameworks > > implement (with code) would help a lot. After all, source code tells more > > than 1000 "design" words ;) > > Sure, but we will be retrofitting existing implementations into a > unified API, and the various groups have gathered quite a bit of > experience already, so I expect the API to be fairly pragmatic. > > I also don't think this will be a very complicated API. > > > Diego.