Displaying 2 results from an estimated 2 matches for "deok".
Did you mean:
deak
2003 Nov 06
0
[LLVMdev] Re: [open-analysis] Alias Analysis Design & Implementation and LLVM
...non-SSA LLVM to do the live-variable
analysis that you have implemented in the backends?
At Argonne one of the application specific analyses we need to perform,
activity analysis, has a forward and backward dataflow analysis
component.
Thanks,
Michelle
@inproceedings{Choi91,
Author = {Jong-Deok Choi and Ron Cytron and Jeanne Ferrante},
Booktitle = {Proceedings of the 18th ACM SIGPLAN-SIGACT symposium on
Principles of programming languages},
Location = {Orlando, Florida, United States},
Pages = {55--66},
Publisher = {ACM Press},
Title = {Automatic construction of sparse data flow eva...
2003 Nov 06
2
[LLVMdev] Re: [open-analysis] Alias Analysis Design & Implementation and LLVM
On Thu, 6 Nov 2003, Michelle Strout wrote:
> Those of us working on the OpenAnalysis project have been looking at
> LLVM recently (excellent job on the website BTW).
Thanks! I'm just one of the many people who have worked on it though, the
praise belongs to them as much as it does to me. :)
> This includes researchers at Rice, Argonne, and LLNL.
Great!
> John Mellor-Crummey