[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: paper on implementation
- From: Taj Khattra <taj.khattra@...>
- Date: Wed, 23 Feb 2005 22:25:55 -0800
> (Ok, I wasn't plain guessing when I made those decisions, but most
> papers I've seen on stack vs register based VMs and the like are
> mostly theoretical, or based on prototype/proof-of-concept
> implementations.
here's a link to a (short) 1997 paper which describes the rationale
for choosing a register-based vm for inferno, in preference to a
stack-based vm, for easier on-the-fly compilation:
http://www.herpolhode.com/rob/hotchips.html