[LLVMdev] Another two questions on LLVM
Xiaolong Tang
xiaolong.snake at gmail.com
Mon Jun 7 12:03:30 PDT 2010
Hi all,
Considering the limit time I have for an implementation, I better ask
for your inputs on a few questions. Any answer is to be much
appreciated.
First, how does LLVM handle the "new statement" of C++? Could any one
give me any hint?
Second, what properties does the callgraph generated by LLVM has? One
property I am interesting in is whether the callgraph is a safe
approximation of its corresponding run-time callgraph.
Third, does LLVM provide any strategy to resolve function calls? If
yes, what strategies does it employ?
Thanks!
Best,
Xiaolong
More information about the llvm-dev
mailing list