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: maximum memory for gcj-compiled executable?



>>>>> Have a look at _Jv_SetMaximumHeapSize.

libjava/prims.cc/_Jv_SetMaximumHeapSize() and _Jv_SetInitialHeapSize() would
be interesting, but they have to be called before calling _Jv_RunMain(). Are
they connected in one way or another to gcj compilation options?

By the way, is there anything like a "gcj.c" entry point into the compiler?
What is the entry point for the "gcj" executable (the place where
commandline options are parsed)?

Thanks
Erik


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