This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: maximum memory for gcj-compiled executable?
- From: "Ranjit Mathew" <rmathew4lists at hotmail dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: "GCJ Java" <java at gcc dot gnu dot org>
- Date: Mon, 24 Mar 2003 12:18:39 +0530
- Subject: Re: maximum memory for gcj-compiled executable?
- References: <POEIJGMGPFPGFHAGKFHAOEJBCGAA.erik.poupaert@chello.be>
- Reply-to: "Ranjit Mathew" <rmathew at hotmail dot com>
> 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)?
You might want to see the output of "jvgenmain" ($GCC\lib\gcc-lib\mingw32\3.3),
which is used by GCJ to generate a "normal" main( ) from the class
that you indicate as the main class via the "--main=Foo" option.
Ranjit.