[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: read/write sets for a Unit



On Mon, Dec 01, 2003 at 12:16:14PM -0600, Will Benton wrote:
> Thanks to Manoj and Ondrej for the helpful advice.
> 
> Here's a tangentially related question:  Would my code be more 
> efficient if I reworked it into a SceneTransformer?  (That is, is 
> running the transformation in jtp, method-by-method, requiring 
> re-computation of side-effect or points-to information?)

No. The points-to and side-effect information is only recomputed if you
remove it from the Scene (using releasePointsToAnalysis() or
releaseSideEffectAnalysis()).

Ondrej

> 
> 
> 
> wb
>