[aspectc-user] Source files not changing

Olaf Spinczyk Olaf.Spinczyk at informatik.uni-erlangen.de
Fri Nov 18 15:28:22 CET 2005


HI,

Dimple wrote:
> Hi Olaf,
> Does size of executable increase when you introduce aspect's. Also with the
> following option :
>      ASPECT_PATH=$HOME/aspect/ac-1.0pre1
>      export "CXX=$ASPECT_PATH/ag++ -p $ACE_ROOT/ace --Xcompiler"
> and using of normal make file in ACE.
> Source file is not changing. Is it okay that source file is not changing.
> But I can see aspect weaver is weaving my code when I run my make file.
> 
> Also I want to say is that I is faster than previous version of AspectC++.
> 
> Thanks,
> Dimple Kaul

aspect code of course affects the size of the generated executables. You 
should be able to observe a changed size of libACE.so.xxx. Use the 
'size' command. The size of test programs will only differ if there are 
join points with a location in header files, because the library is 
normally linked dynamically.

Your optimization aspect might even reduce the size but it is rather 
unlikely that the size will remain *exactly* the same.

Best regards,

Olaf



More information about the aspectc-user mailing list