values types for Java

Bryce McKinlay bryce@mckinlay.net.nz
Tue Oct 21 22:05:00 GMT 2003


On Oct 22, 2003, at 9:33 AM, Jeff Sturm wrote:

> Besides, the algorithm can be conservative, so that it needn't follow 
> all
> possible code paths, i.e. into core libraries.

Yes, even conservative escape analysis should be beneficial for some 
apps - we can still detect objects that dont escape from the current 
method, and from calls to local private/final/static methods.

Regards

Bryce.




More information about the Java mailing list