I've uploaded one more patch. I was running patched version all day and observed only a couple of glitches which I couldn't reproduce again. So I think it basically works, but isn't production ready, someone must really review it.
This time I made initial file scanning also parallel. As for your questions, I've added some debugging output, I think this numbers will answer you: anonymous wrote : | aopc-classes-only: | [echo] Instrumenting ../classes | [aopc] [aopc] Spawned scanner thread 1 | [aopc] Added 3190 classes in 23437ms | [aopc] [aopc] Spawned compiler thread 1 | [aopc] Compiled 3190 classes in 15245ms | [aopc] Build Successful: 39397 ms | | ... | | aopc-classes-only: | [echo] Instrumenting ../classes | [aopc] [aopc] Spawned scanner thread 1 | [aopc] [aopc] Spawned scanner thread 2 | [aopc] Added 3190 classes in 15966ms | [aopc] [aopc] Spawned compiler thread 1 | [aopc] [aopc] Spawned compiler thread 2 | [aopc] Compiled 3190 classes in 13772ms | [aopc] Build Successful: 30478 ms | There are a lot of classes but only a few aspects. Picture can probably change if number of aspects will increase. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933429#3933429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933429 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
