Date:2007-08-26 19:37
Priority:2
Submitted By:Dean Wampler (deanwampler)
Assigned To:Dean Wampler (deanwampler)
Category:Optimizations
State:Open
Summary:Use a lighter-weight static join point by default.
Detailed description
Should the join points be a lighter-weight, static join point, by default? Ideally, the runtime context object should
only be created if the advice actually uses it! Determining whether or not this is true won't be easy, however. ParseTree
might be usable to figure out if the context is used by the compiled proc. (TBD)
Date:2007-08-26 19:37 Priority:2 Submitted By:Dean Wampler (deanwampler) Assigned To:Dean Wampler (deanwampler) Category:Optimizations State:Open Summary:Use a lighter-weight static join point by default.
Detailed description
Should the join points be a lighter-weight, static join point, by default? Ideally, the runtime context object should only be created if the advice actually uses it! Determining whether or not this is true won't be easy, however. ParseTree might be usable to figure out if the context is used by the compiled proc. (TBD)