Page faults and libgcj.so startup time
Jeff Sturm
jsturm@one-point.com
Fri Mar 30 13:27:00 GMT 2001
I wrote:
> Also, apart from dynamic linking, it appears that _Jv_RegisterClass causes
> the class argument to be dereferenced as a side effect, which
> probably defeats the purpose of clustering the constructors in one
> section. That could be avoided by having the compiler precompute the class
> hash, which might be a worthwhile optimization in its own right.
Sorry, I ignored the part where you grouped the class and UTF data in
their own sections as well.
Regardless, a precomputed hash may be more efficient yet.
Jeff
More information about the Java
mailing list