This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: Disable RTL inlininer for Java?
> From: Jan Hubicka <jh@suse.cz>
> Date: Thu, 30 May 2002 13:22:07 +0200
>
> So the question is whether we want to keep RTL inliner for longer, when
> we plan to replace it even when it has noticeable maintenance cost, or
> whether we want to invest the time to function-at-a-timeizing rest of
> frontends.
>
> Another relevant question is how much do languages such as
> g77 and GNAT really benefit from inlining?
Ada definitly does. There is lots of use of inlining hints in the Ada
programs I've seen.
I don't know about g77. I gues in default programming style it benefits
only from inlining math functions that is different issue.
Honza