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


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.  For
instance, a system db maintained by admin, and a user db for my own
applications. 

AG

-- 
Anthony Green <green@redhat.com>
Red Hat, Inc.


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