Related articles |
---|
JAVAR ajcbik@extreme.indiana.edu (Aart J.C. Bik) (1997-02-07) |
From: | "Aart J.C. Bik" <ajcbik@extreme.indiana.edu> |
Newsgroups: | comp.compilers |
Date: | 7 Feb 1997 23:45:23 -0500 |
Organization: | Compilers Central |
Keywords: | tools, Java |
JAVAR
a prototype restructuring compiler for Java
JAVAR is a prototype restructuring compiler that can be used to make
implicit parallelism in Java programs explicit by means of
multi-threading. Although the prototype tool does NOT provide a
complete Java front-end (e.g., unicode escapes are not supported and
only limited semantic analysis has been implemented) and it relies
completely on the identification of `implicit' parallelism by means of
annotations, we hope that the tool provides sufficient functionality
to make the parallelization less complex and less error prone.
Documentation of the parallelization methods used by JAVAR, the JAVAR
manual, LICENSE information, and the complete Lex, Yacc, and C-source
of JAVAR are made available for education, research, and non-profit
purposes. These files are located at the HP-Java page at Indiana
University:
http://www.extreme.indiana.edu/hpjava/
+------------------------------------------------------------+
|Aart J.C. Bik ajcbik@cs.indiana.edu|
|http://www.extreme.indiana.edu/~ajcbik/ |
|http://www.wi.leidenuniv.nl/~ajcbik/ fax: 812-855-4829|
|Lindley Hall 215, Comp. Science Dept. phone: 812-855-4081|
|Indiana University, Bloomington, Indiana 47405-4101, USA|
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.