This is the mail archive of the java-prs@sourceware.cygnus.com 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]

Re: gcj/85


The following reply was made to PR gcj/85; it has been noted by GNATS.

From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: java-gnats@sourceware.cygnus.com
Cc:  
Subject: Re: gcj/85
Date: Fri, 5 Nov 1999 09:53:55 -0800 (PST)

 Tom Tromey writes:
 
 > I'm not sure this works in every case.  I only tried rebuilding
 > libjava with it.  I suspect that compilation from .class works
 > differently, but I'm not certain.  (In any case, this patch shouldn't
 > make things worse there.)
 
 finish_class() will be called on a class selected for code generation
 regardless of its provenance.
 
 > Alex, is this ok to commit? 
 
 Yes.
 
 > Or would you prefer to put a "native method" flag on the class and
 > compute it incrementally?
 
 No, especially if we want that to work for both source and bytecode
 read classes without having to really think about it.
 
 ./A

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