[jboss-user] [JBoss AOP] - Re: Does Aop-Precompiling effect Loadtime Weaving (Performan

DerMas do-not-reply at jboss.com
Wed Aug 12 11:54:22 EDT 2009


I have found the following statement in the docs:

"It is also perfectly reasonable to mix and match compile time and load time though. If you have load-time transformation enabled, precompiled aspects are not transformed when they are loaded and ignored by the classloader transformer."

But I guess that does not really have an impact on the performance. If I have only 10 classes which get weaved and 200 that dont, loadtime weaving still consumes almost the same amount of time, because it has to scan all the 200 files that are not going to be weaved.

Is this opinion right?

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

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



More information about the jboss-user mailing list