This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: stripping libgcj.so.4
> Why do you think stripping the excutable will have any effect on
> startup times and memory footprint? It shouldn't.
I was looking at stripping libgcj.so itself, not really at stripping the executable.
Depending on how exactly the loading process goes, and to what extent it is cached
(I'm not familiar with the precise details of this process), loading 8 MB instead
of 40 MB of libgcj.so could conceivably be beneficial to startup time and memory
footprint? Or is there a reason why it hardly matters?