Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] weave-only w/o aspectj runtime elements

What wrappers do you mean? So your basic problem is that the
instrumentation you put in is too heavyweight?

Eric

On 10/07/07, David Wood <dawood@xxxxxxxxxx> wrote:

We're trying to use the AspectJ compiler to do byte code insertion (perhaps
that's where we've gone wrong).   We are building a runtime performance
monitor and therefore need to avoid any overhead.  As such, we need only our
methods to be inserted at the point cuts and not to have the full AspectJ
runtime elements loaded at all during runtime.  AspectJ's regular expression
pointcut definitions and weaving are what originally attracted us, but we
would like to avoid the compiler inserting the aspect classes as wrappers
around the code we want inserted,    Anyway to do this?  If not, is there
another tool  we should be considering instead?  Thanks.


David Wood,

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users




--
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


Back to the top