Hi,

I would like to know what is the overhead of javassist compared with BCEL for adding 
or modifying some bytcode at runtime ?
Because in BCEL when you add some new bytecode you don't need to recompile while in 
Javassist it seems that you add some source code so do you need to recompile or the 
method ading the bytecode do the transformation of the source code passed in argument 
and so there is no need to recompile ?
if this is not the case is there some benchmarking of this comparison available 
somewhere?

I'm truly sorry if this is a recurrent question or if this is described in the 
documentation, I didn't mean to waste any time

Best regards

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840186#3840186

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840186


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to