Related articles |
---|
Open source JAVA compiler abhi@cc.gatech.edu (Abhishek Singh) (2000-11-09) |
From: | Abhishek Singh <abhi@cc.gatech.edu> |
Newsgroups: | comp.compilers |
Date: | 9 Nov 2000 12:07:46 -0500 |
Organization: | Compilers Central |
Keywords: | Java, question |
Posted-Date: | 09 Nov 2000 12:07:46 EST |
Hi all,
We are looking for an optimizing Java compiler (preferably
source->bytecode) available in public domain. In particular,
we are looking for one which has data-flow analysis
(for liveness, CSE, invariants etc.) and data dependence (array
subscripts analysis, PDG and loop transformations) built in.
Any pointers to such an infrastructure would be greatly appreciated.
-abhishek (abhi@cc.gatech.edu)
Return to the
comp.compilers page.
Search the
comp.compilers archives again.