This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Question?
- From: Jason Kary <jkary at cisco dot com>
- To: gcc at gnu dot org
- Date: Fri, 15 Mar 2002 12:41:59 -0500
- Subject: Question?
Hello,
I had a quick question about GCJ? I've been looking through the
doucmentation and I can seem to find an answer to the question of Memory
Management. One drawback with Java is it's JVM concept uses a LOT of
memory resources by creating a JVM for each application. If I were to
compile my java code using GCJ would I gain the benifit of not have a
JVM/sandbox for each application and in essence allow the OS to do the
memory management for me????
Thanks for your time
Jason Kary