Re: java bytecode to ssa translation

adsharma@sharmas.dhs.org (Arun Sharma)
27 Aug 2000 22:16: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: adsharma@sharmas.dhs.org (Arun Sharma)
Newsgroups: comp.compilers
Date: 27 Aug 2000 22:16:10 -0400
Organization: Compilers Central
References: 00-08-103
Keywords: analysis

On 21 Aug 2000 00:01:10 -0400, Andy Koppe <andy@dcs.ed.ac.uk> wrote:
> 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++?


The electrical fire project at Netscape attempted to this. The source
code is freely available.


http://www.mozilla.org/projects/ef/


-Arun


Post a followup to this message

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