Related articles |
---|
escape analysis sandyam@india.hp.com (sandya) (2005-05-24) |
Re: escape analysis sumesh.uk@gmail.com (sumesh) (2005-05-26) |
From: | "sumesh" <sumesh.uk@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 26 May 2005 23:12:44 -0400 |
Organization: | http://groups.google.com |
References: | 05-05-205 |
Keywords: | analysis |
Posted-Date: | 26 May 2005 23:12:44 EDT |
This is one work that I can point you to -
http://www.cag.lcs.mit.edu/~rinard/paper/pointerAndEscapeAnalysis.html.
Espeicially the paper on pointer analysis in multithreaded programs
including function pointers.
Sumesh
sandya wrote:
> I would like to know the pointers to studies on escape analysis for
> methods (as in whether a method escapes a thread or not) for C++, I
> have come across extensive literature on escape analysis for Java, but
> could not locate anything on C/C++. With multithreaded C/C++
> programming, does not escape analysis prove useful in compiler
> optimization?
Return to the
comp.compilers page.
Search the
comp.compilers archives again.