You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-user@jakarta.apache.org by J Cole <jc...@abacusbio.co.nz> on 2003/11/03 00:17:08 UTC

Speeding up Reflection

Hey guys, 

I have a simple requirement for some software I am developing - speeding up
Field.get() & Field.set() calls.

Does bcel have this capability? Are there any code snippets I can use? I
have checked out the API - there doesn't seem to be anything I can use to
this effect.

I was thinking of modifying the bytecode of the Field class, removing the
security checks etc. Any other thoughts?

Joe Cole