On 10/08/07, Seva Popov <[EMAIL PROTECTED]> wrote: This has come up before...
> Please, confirm my assumptions or suggest me any solutions besides > fixing the code itself. Your assumption is correct. > P.S. I understand that AspectJ operates on the bytecode but not on the > source code. But is it theoretically possible to augment the AspectJ > with a parameter construction pointcut? Just curious. That is impossible because it is undecidable in general. Where does parameter construction start in general? Not even a human being could answer that question. W.r.t. your problem: I doubt that parameter construction is a bottleneck in your code if all the construction is as easy as in the case you showed. Maybe a profiler would give you more insight. Eric -- Eric Bodden Sable Research Group McGill University, Montréal, Canada _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
