Home > Archive > Compilers > May 2005 > escape analysis
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| sandya 2005-05-24, 4:02 pm |
| Hi,
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?
Thanks a lot
sandya
| |
| sumesh 2005-05-27, 4:02 am |
| This is one work that I can point you to -
http://www.cag.lcs.mit.edu/~rinard/...eAnalysis.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?
|
|
|
|
|