This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libgcj performance: _Jv_LookupInterfaceMethod



For the current interface dispatch solution, I believe it would be better 
to use a hash that not only includes the method name's utf8 hash, but also
some bits from the class.  This should reduce the likelyhood of constant
conflict misses for invocations of the same interface method on different 
run-time types, which is likely to be common.

	- Godmar


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]