Related articles |
---|
Whole program alias analysis ihusar@fit.vutbr.cz (Adam) (2013-06-14) |
From: | Adam <ihusar@fit.vutbr.cz> |
Newsgroups: | comp.compilers |
Date: | Fri, 14 Jun 2013 18:32:13 -0400 (EDT) |
Organization: | Compilers Central |
Keywords: | analysis, question |
Posted-Date: | 14 Jun 2013 18:32:13 EDT |
Hello everyone,
We are planning to implement an alias analysis for a C compiler
backend (LLVM), because e.g. for VLIW architectures, this is our main
performance limitation.
Could I ask which alias analysis algorithm you would recommend? I
knoiw some older algorithms, but I am really not an expert on alias
analysis, so I would like to ask here. Regarding the scalability, it
ok for us, if the algorithm would run e.g. 1 hour for a 100 KLOC
application.
Thank you
Adam Husar
Return to the
comp.compilers page.
Search the
comp.compilers archives again.