search for: 58f9e8f4

Displaying 1 result from an estimated 1 matches for "58f9e8f4".

2019 Mar 28
2
Higher level program analysis
Hi all, I'm looking for some program analysis techniques which help me to find potential functions to execute next, from the current executing function. I want to decision based on compile time information. I consider LLVM IR is too low-level to make such analysis. So, I using call graph representation of module. I figured out the probability of function which execute next based on the