Re: Interpreters for VLIW

Xavier Leroy <Xavier.Leroy@inria.fr>
18 Jan 2001 01:04:38 -0500

          From comp.compilers

Related articles
Interpreters for VLIW bonzi@pc-amo3.elet.polimi.it (2001-01-11)
Re: Interpreters for VLIW anton@mips.complang.tuwien.ac.at (2001-01-18)
Re: Interpreters for VLIW jim.granville@designtools.co.nz (Jim Granville) (2001-01-18)
Re: Interpreters for VLIW Xavier.Leroy@inria.fr (Xavier Leroy) (2001-01-18)
Re: Interpreters for VLIW germana.ricci@inwind.it (2001-01-20)
| List of all articles for this month |

From: Xavier Leroy <Xavier.Leroy@inria.fr>
Newsgroups: comp.compilers
Date: 18 Jan 2001 01:04:38 -0500
Organization: INRIA Rocquencourt, projet Cristal
References: 01-01-070
Keywords: VLIW, interpreter
Posted-Date: 18 Jan 2001 01:04:37 EST



bonzi@pc-amo3.elet.polimi.it (Paolo Bonzini) writes:


> Does anyone know of pointers to papers on optimizing interpreters
> for VLIW architectures?


The following paper discusses a "pipelined" bytecode interpreter (while one
bytecode instruction is being interpreted, the next one is decoded and
the one after the next is loaded, all in parallel) for the TriMedia
VLIW processor:


    Jan Hoogerbrugge and Lex Augusteijn,
    "Pipelined Java Virtual Machine Interpreters",
    Proceedings of the 9th International Conference on Compiler Construction,
    http://einstein.et.tudelft.nl/~janh/philips-publications/java.paper.ps


- Xavier Leroy


--
Home page: http://pauillac.inria.fr/~xleroy/


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.