Related articles |
---|
What is byte-code ? kcc1967@gmail.com (KC) (2005-03-04) |
Re: What is byte-code ? nathan.moore@sdc.cox.net (Nathan Moore) (2005-03-05) |
Re: What is byte-code ? anton@mips.complang.tuwien.ac.at (2005-03-05) |
Re: What is byte-code ? lfinsto1@gwdg.de (Laurence Finston) (2005-03-05) |
Re: What is byte-code ? nmm1@cus.cam.ac.uk (2005-03-08) |
Re: What is byte-code ? joe@burgershack.com (Randy) (2005-03-08) |
Re: What is byte-code ? Brian.Inglis@SystematicSW.ab.ca (Brian Inglis) (2005-03-08) |
Re: What is byte-code ? torbenm@diku.dk (2005-03-08) |
Re: What is byte-code ? torbenm@diku.dk (2005-03-08) |
Re: What is byte-code ? cdc@maxnet.co.nz (Carl Cerecke) (2005-03-08) |
Re: What is byte-code ? torbenm@diku.dk (2005-03-15) |
Re: What is byte-code ? kers@hpl.hp.com (Chris Dollin) (2005-03-15) |
Re: What is byte-code ? xous@xouslab.com (Xous - Jose R. Negreira) (2005-03-18) |
Re: What is byte-code ? nathan.moore@sdc.cox.net (Nathan Moore) (2005-03-24) |
[11 later articles] |
From: | torbenm@diku.dk (=?iso-8859-1?q?Torben_=C6gidius_Mogensen?=) |
Newsgroups: | comp.compilers |
Date: | 8 Mar 2005 09:22:41 -0500 |
Organization: | Department of Computer Science, University of Copenhagen |
References: | 05-03-015 05-03-027 05-03-033 |
Keywords: | interpreter |
Posted-Date: | 08 Mar 2005 09:22:41 EST |
nmm1@cus.cam.ac.uk (Nick Maclaren) writes:
> Anton Ertl <anton@mips.complang.tuwien.ac.at> wrote:
> >As for "virtual machine", in this context it means a flat, sequential
> >intermediate representation of the programs, consisting of virtual
> >machine instructions, with some similarities to real-machine code.
>
> Nah. I will give you most of that, but NOT "sequential". Parallel
> ones have existed, but I now forget good references.
I'm sure Anton Ertl meant that the code has a sequential layout
(syntax), not that the semantics are necessarily sequential. Of
course, anything stored in a file has a sequential layout, but I think
Anton referred to the code being a linear sequence of instructions
rather than a syntax tree.
Torben
Return to the
comp.compilers page.
Search the
comp.compilers archives again.