Browse thread
Re: [Caml-list] recursive or loop
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Matthew O'Connor <angagon@e...> |
| Subject: | Re: [Caml-list] recursive or loop |
Thomas Fischbacher wrote: > On Mon, 6 Mar 2006, Michael Wohlwend wrote: > >> On Monday 06 March 2006 18:25, Jonathan Harrop wrote: >>> Write in CPS? >> no experience with that. Doesn't it need support of the language? > > No it does not. But never mind. It would not help either. > Doesn't CPS enable you to basically keep the entire call stack (or equivalent) in the heap? Can you explain why it wouldn't help? Thanks. Matt