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: GCJ compiled SWT apps mysteriously rummaging the harddrive


> Yes, but I think it would also be a good idea to have an 
> option to turn off the interpreter. Especially for the people 
> that seem to want to have just one big (humongous) staticly 
> linked application it seems to make sense to be able to 
> disable both the shared library classloading and the bytecode 
> classloading. It is probably as simple as checking a flag or 
> system property in natVMClassLoader.findClass() which does 
> both shared library classloading and loading the byte code 
> through URLClassLoader.

How about compiling it out altogether? That would reduce the size of the
"one big executable" as well, presumably.


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