This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Gimplifying Java


On Thu, 12 Jun 2003, Steven Bosscher wrote:
> Why are you inlining _after_ tree-optimizing?  C/C++ do that
> before calling optimize_function_tree.

You're right, not that optimize_inline_calls does anything yet for gcj
on tree-ssa.  In theory it could be called before or after SSA, and I'll
experiment a little once it is working well.

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]