User development,

A new message was posted in the thread "Optimizing org.jboss.aop.pointcut.Util":

http://community.jboss.org/message/522305#522305

Author  : Flavia Rainone
Profile : http://community.jboss.org/people/flavia.rain...@jboss.com

Message:
--------------------------------------------------------------
During debugging of the http://community.jboss.org/thread/88687, I discovered 
that, for every transformation, the same classes were being retrieved from the 
classpool again and again during pointcut matching, all invocations being 
indirect invocations originated in org.jboss.aop.pointcut.Util.
 
I have locally added a very simple cache (that definetly will need improvement 
if it proves to have a positive impact) to Util class. This cache basically 
stores the result of previous queries, which not only skips calls to the 
ClassPool, but also avoids recalculation of the entire query result.
 
As soon as I'm able to run the tests without failures, I'll measure the 
performance gain we may have with this cache, if any. All my findings will be 
posted here.

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/522305#522305


_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to