java bytecode to ssa translation

Andy Koppe <andy@dcs.ed.ac.uk>
21 Aug 2000 00:01:10 -0400

          From comp.compilers

Related articles
java bytecode to ssa translation andy@dcs.ed.ac.uk (Andy Koppe) (2000-08-21)
Re: java bytecode to ssa translation adsharma@sharmas.dhs.org (2000-08-27)
Re: java bytecode to ssa translation green@cygnus.com (Anthony Green) (2000-09-08)
| List of all articles for this month |

From: Andy Koppe <andy@dcs.ed.ac.uk>
Newsgroups: comp.compilers
Date: 21 Aug 2000 00:01:10 -0400
Organization: Division of Informatics, The University of Edinburgh
Keywords: Java, analysis

Hi,


As part of a project concerned with parallel architectures I try to turn
Java Virtual Machine bytecode into static single assignment form in
order to be able to exploit instruction level parallelism. Does anybody
have information about that problem? Is there perhaps a solution freely
available somewhere? And does anybody know about a "bytecode
engineering" toolkit (like JikesBT or the JavaClass framework) which was
not implemented in Java but in C++?


Thanks,


Andy


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.