Class Loading

Nic Ferrier nferrier at tapsellferrier.co.uk
Sun May 6 20:30:05 PDT 2001


The Kaffe primordial class loader uses a native method to find loaded
classes.

The "normal" way to do this (the way I've seen most often) is to
simply store Classes loaded by the CL in a hash and do lookups on the
hash to implement the method.

Is there something in kaffe that prevents using a hash? or is it a
performance impprovement?


Nic Ferrier


More information about the kaffe mailing list