Displaying 1 result from an estimated 1 matches for "a0924475".
2014 Jun 10
3
[LLVMdev] New Alias Analysis Algorithm
Hello LLVMDev,
I'm George, an intern for Google who will be working on LLVM. Currently,
I'm starting to implement a set-based Alias Analysis algorithm for LLVM,
which looks like it may be more accurate than Steensgard's, and can be
constructed in approximately nlog(n) time and linear space (n = number of
memory locations; queries happen in constant time). It will most likely be