This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: values types for Java


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]