Related articles |
---|
Tail recursion in object systems fhd@Panix.Com (Frank Deutschmann) (1993-02-26) |
Re: Tail recursion in object systems mac@coos.dartmouth.edu (1993-02-27) |
Re: Tail recursion in object systems max@nic.gac.edu (1993-03-01) |
Re: Tail recursion in object systems pardo@cs.washington.edu (1993-03-03) |
Newsgroups: | comp.compilers |
From: | mac@coos.dartmouth.edu (Milton A. Colvin) |
Keywords: | OOP, optimize |
Organization: | Dartmouth College, Hanover, NH |
References: | 93-02-150 |
Date: | Sat, 27 Feb 1993 17:11:43 GMT |
A note on this subject: the Mentat large-grain dataflow system implemented
message passing RPC, but by something like continuation passing. The
sender passes a forwarding address for the result, not necessarily back to
the sender. This allows tail-recursion optimization.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.