Displaying 1 result from an estimated 1 matches for "1000497".
Did you mean:
100049
2008 Sep 20
2
[LLVMdev] Run-time optimization using profile data
Hello:
I am new to llvm. I am looking for an example somewhere, or a
walkthrough/guide on how to do runtime optimization using llvm. Ideally, I
would like to:
1. Compile the program from C to LLVM or native with LLVM information
embedded in the binary.
2. Run the binary under LLVM's interpreter, and profile the data. I hope
LLVM has support for all this, and I don't have to insert my own