--- Zaphod <[EMAIL PROTECTED]> wrote: > On Fri, Aug 30, 2002 at 05:14:08PM +0000, Cyber Wiz wrote: > > > that we should modify the front ends c++ etc. to create gcj > compatible tree > > output etc. > > That would be ripping open the GCC's standard bridge of RTL between > the > frontend and backend ... and converting that to an AST bridge ... > (I'm not a pessimist, but IMHO it needs an intimate knowledge of the > totally undocumented gcc internals...)
That is what I am working on docuementing. > But grabbing the AST and processing from it is possible and might be > the only real way to do .. That was the reason why I originally started looking into a GCC AST --> PNET CSCC tree bridge. I have not looked into the RTL, but I think that most of the transformations should be done on the AST level and then sent to the appropiate backends. This would allow for usage of the gcc to produce IL backend via the pnet, or that was my idea. mike ===== James Michael DuPont http://introspector.sourceforge.net/ __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
