gcc front end help
Mike Stump
mrs@apple.com
Wed Oct 27 23:58:00 GMT 2004
On Oct 27, 2004, at 12:04 AM, HAN,GUOLING wrote:
> Could anyone tell me how to forbid function inline in GCC?
-fno-inline would be the first that comes to mind.
> I tried the compiler options and changed some code in cp directory. It
> dose not work.
Would be nice if you said what options, and an example of the code.
> Could you also help us evaluate the feasibilty of using GCC as our
> frontend?
Sounds interesting.
I suspect this question is best answered in a hardware list, not this
list. Also depends upon just what you want gcc to do for you. The
more you want it to do (optimizations for example), the less well it
will do it. Would be interesting to enhance the edge cases in the
optimizer and add custom optimization passes to deal well in that
domain...
More information about the Gcc
mailing list