multiple outputs in Java

fjh@cs.mu.OZ.AU (Fergus Henderson)
11 Dec 2000 02:04:47 -0500

          From comp.compilers

Related articles
multiple outputs in Java fjh@cs.mu.OZ.AU (2000-12-11)
Re: multiple outputs in Java jimbo@radiks.net (2000-12-13)
Re: multiple outputs in Java tlh20@cam.ac.uk (Tim Harris) (2000-12-18)
| List of all articles for this month |

From: fjh@cs.mu.OZ.AU (Fergus Henderson)
Newsgroups: comp.compilers
Date: 11 Dec 2000 02:04:47 -0500
Organization: Computer Science, University of Melbourne
Keywords: Java, question
Posted-Date: 11 Dec 2000 02:04:47 EST

My colleagues and I are implementing a new back-end for our Mercury compiler
that will produce Java code as its target language. One issue that
has arisen is that our source language allows procedures with multiple
output arguments (a.k.a. multiple return values). What's the best way
to compile this to Java?


Pointers to any relevant literature would be appreciated.


--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
                                                                        | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.


Post a followup to this message

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