Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] ajc performance

Title: Message
Mark,
 
I would say no!  In my experience, ajc does take longer than javac.  In our system it takes around at least 3 to 5 times as longer to compile the entire project with ajc.  In order to mitigate this time, we use the listing file mechanism so that ajc only processors those files that are affect by our aspects.
 
And before any one says this is bad we are talking a 2 to 3 minute build using this two-phase approach versus a 10 to 15 minute build time with ajc.  This is significant over the course of a day when you are doing heavy development work.
 
I have not used jikes so I am uncertain of its performance relative to javac. 

Thanks,

Ron DiFrango

-----Original Message-----
From: Volkmann, Mark [mailto:Mark.Volkmann@xxxxxxxxxxxxx]
Sent: Friday, September 05, 2003 8:46 AM
To: aspectj-users@xxxxxxxxxxx
Subject: [aspectj-users] ajc performance

Is this statement pretty accurate?

"Compiling with ajc takes approximately the same amount of time as compiling with javac which takes about five times as long as jikes."

Is there any on-going work to speed up ajc?



------------------------------------------------------------------------------------------
A.G. Edwards & Sons' outgoing and incoming e-mails are electronically
archived and subject to review and/or disclosure to someone other
than the recipient.

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

************************************************************************** The information transmitted herewith is sensitive information intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.


Back to the top