This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: RFC: Java inliner


>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:

Alexandre> I wonder if, instead of duplicating the code from
Alexandre> tree-inline.c and then modifying it to suit Java, we
Alexandre> wouldn't be better off with an #if/#else/#endif (hopefully
Alexandre> temporary) mess, so as to avoid divergence between these
Alexandre> files...

I'd rather see Andrew just check in his existing inliner.  My
reasoning is that eventually we'll be using the SIMPLE inliner.  I
think the potential divergences between now and that point won't
matter much.

Tom


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