[Sablevm-developer] 'current_class_file' field
Brought to you by:
egagnon
From: Archie C. <ar...@de...> - 2003-01-14 00:45:06
|
Hi, It seems like the 'current_class_file' field of the 'struct _svmt_bootstrap_classloader_struct' structure is unnecessary, as it's only used in _svmf_bootcl_derive_class(), and there's no way that this function can be called recursively with 'current_class_file' non-empty, so it could be replaced with a local variable in that function. Is this analysis correct? FYI, this is a minor point but I figured while reading through the code I'd post any such questions FWIW... Thanks, -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com |