This is the mail archive of the java-patches@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: [BC] Patch: Cached class map


Anthony Green writes:
 > On Thu, 2004-10-28 at 10:51, Andrew Haley wrote:
 > >     gcj -shared -fPIC foo.jar -o foo.so -findirect-dispatch
 > >     jv-dbtool -n foo.gcjdb  # create the database
 > >     jv-dbtool -a foo.gcjdb foo.jar foo.so   # add foo.jar to the database
 > > 
 > >     gij --cp foo.jar -Djava.precompiled.db=foo.db <whatever>
 > > 
 > > ... and gij will use the precompiled versions of all the .class files.
 > 
 > One more suggestion... 
 > 
 > It would be useful to support multiple databases at the same time.

Did you look at the patch?  Maybe I should provide some documentation.
:-)

Andrew.


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