Re: escape analysis

"sumesh" <sumesh.uk@gmail.com>
26 May 2005 23:12:44 -0400

          From comp.compilers

Related articles
escape analysis sandyam@india.hp.com (sandya) (2005-05-24)
Re: escape analysis sumesh.uk@gmail.com (sumesh) (2005-05-26)
| List of all articles for this month |

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?


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.