Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Integrating AspectJ Load-TimeWeaving into OSGi/Eclipse

Hi Matthew,

Would it be possible to let the weaver skip
the (woven or analysed) bytecode once the class is loaded? This would
mean that the weaver would only need to parse and keep the bytecode of
classes that are not loaded (woven) yet. Correct?
If a weaver weaves a class it should already have the bytecode but as a
further optimization it could drop it in favour of the Class object when it
becomes available.

Sounds good.

Can you provide more insights about your enlightening conversation?
I plan to right it up and post it.

Great. I am looking forward to it.


Best regards,
-Martin




Back to the top