Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageThis 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?
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.