performance problem with process fork in gcj compiled CNI

David Daney ddaney@avtrex.com
Fri Jan 27 23:33:00 GMT 2006


Ricardo Temporal wrote:

> 
>   I don't know if a static linking with libgcj could help me anyway.

A dynamic libgcj has almost fifty thousand relocations (gcc 4.1). 
Statically linking against libgcj reduces that to something like six. 
All those relocations take time at startup.  I am not sure what happens 
in the PIE case.

David Daney



More information about the Java mailing list