why not resolve field in constant pool?

Fang Wei Jian kaffe@rufus.w3.org
Thu, 26 Oct 2000 13:34:39 +0800


Hi,

when kaffe resolves CONSTANT_Class in constant pool, it replaces it 
with CONSTANT_ResolvedClass, and records the pointer to class struct 
at constants.data[idx]. Why not treat field in the same way?

wj