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) |
[17 later articles] |
From: | Nathan Moore <nathan.moore@sdc.cox.net> |
Newsgroups: | comp.compilers |
Date: | 5 Mar 2005 21:30:58 -0500 |
Organization: | Cox Communications |
References: | 05-03-015 |
Keywords: | interpreter |
Posted-Date: | 05 Mar 2005 21:30:58 EST |
Byte code is interpreted one byte at a time, so that endianness is not
an issue.
KC wrote:
> What's the official definition of byte-code ? Any documentation and
> book related to byte-code and byte-code compiler ? Does byte-code
> just a simple version of CPU's opcode ?
Return to the
comp.compilers page.
Search the
comp.compilers archives again.