Related articles |
---|
virtual machine efficiency ed_davis2@yahoo.com (ed_davis2) (2004-12-29) |
Re: virtual machine efficiency dido@imperium.ph (Rafael 'Dido' Sevilla) (2004-12-30) |
Re: virtual machine efficiency anton@mips.complang.tuwien.ac.at (2004-12-30) |
Re: virtual machine efficiency vbdis@aol.com (2004-12-30) |
Re: virtual machine efficiency cr88192@hotmail.com (cr88192) (2004-12-30) |
Re: virtual machine efficiency cfc@shell01.TheWorld.com (Chris F Clark) (2004-12-30) |
Re: virtual machine efficiency lars@bearnip.com (2004-12-30) |
Re: virtual machine efficiency calumg@no.onetel.spam.com (Calum Grant) (2004-12-30) |
[7 later articles] |
From: | Rafael 'Dido' Sevilla <dido@imperium.ph> |
Newsgroups: | comp.compilers |
Date: | 30 Dec 2004 00:55:59 -0500 |
Organization: | Compilers Central |
References: | 04-12-151 |
Keywords: | VM |
Posted-Date: | 30 Dec 2004 00:55:59 EST |
One thing you may want to consider is altering your architecture from
a stack-based one to a memory transfer architecture. The Dis virtual
machine used on the Inferno operating system is one example. This
paper by Rob Pike and Phil Winterbottom gives some of the basic ideas:
http://www.vitanuova.com/inferno/papers/hotchips.html
It's something worth exploring I think.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.