Re: [jchevm] _jc_parse_classfile called twice in common case

2006-06-27 Thread Archie Cobbs
Archie Cobbs wrote: Mark Hindess wrote: I notice that there is a common code path that goes: _jc_derive_type_from_classfile which calls: _jc_parse_classfile _jc_derive_type_interp which calls: _jc_parse_classfile (with, I think, the same arguments as before) Is this correct? P

Re: [jchevm] _jc_parse_classfile called twice in common case

2006-06-27 Thread Archie Cobbs
Mark Hindess wrote: I notice that there is a common code path that goes: _jc_derive_type_from_classfile which calls: _jc_parse_classfile _jc_derive_type_interp which calls: _jc_parse_classfile (with, I think, the same arguments as before) Is this correct? Perhaps we could avoid

[jchevm] _jc_parse_classfile called twice in common case

2006-06-27 Thread Mark Hindess
Archie, I notice that there is a common code path that goes: _jc_derive_type_from_classfile which calls: _jc_parse_classfile _jc_derive_type_interp which calls: _jc_parse_classfile (with, I think, the same arguments as before) Is this correct? Perhaps we could avoid making the