[jboss-dev-forums] [Design the new POJO MicroContainer] - JBREFLECT-6 Skipping compilation step
flavia.rainone@jboss.com
do-not-reply at jboss.com
Wed Jun 10 20:17:22 EDT 2009
Adrian,
As I was studying JBoss Reflect issues, I stumbled upon https://jira.jboss.org/jira/browse/JBREFLECT-6 and I got curious about it :)
"adrian at jboss.org" wrote : The JavassistReflectionFactory builds up a source to compile the method, constructor and field accesors.
| These implementations are faster than the normal reflection equivalents, but using the compiler is slow.
| These methods should be optimized to generate the bytecode directly.
|
Currently, the whole Javassist API uses Java code and compiles that code for instrumentation. So, do you mean to extend Javassist API so it accepts bytecode instructions as an option over Java code?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236862#4236862
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236862
More information about the jboss-dev-forums
mailing list