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
