Dec. 28, 2008
9 p.m.
On Sat, Dec 27, 2008 at 6:43 AM, Yoshiki Ohshima <yoshiki@vpri.org> wrote:
But I'm pretty much convinced that debugged context being restartable (by making args readonly) is important in practice.
Yes, that's perhaps the most concrete argument (no pun intended). However, in the classic ST80-like architecture read-only arguments are not required for restarting, since the original argument values are also available on the sender context's stack. Cheers, --Vassili