Interpreters for VLIW

bonzi@pc-amo3.elet.polimi.it (Paolo Bonzini)
11 Jan 2001 12:31:10 -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: bonzi@pc-amo3.elet.polimi.it (Paolo Bonzini)
Newsgroups: comp.compilers
Date: 11 Jan 2001 12:31:10 -0500
Organization: Mailgate.ORG Server - http://www.Mailgate.ORG
Keywords: interpreter, VLIW, question
Posted-Date: 11 Jan 2001 12:31:10 EST

I have compiled GNU Smalltalk on the Itanium and found it to be
horribly slow --- Less than half the speed of an Intel chip with the
same clock! The reason is, the basic blocks in the interpreter are
too small for GCC to do nice instruction scheduling. Does anyone know
of pointers to papers on optimizing interpreters for VLIW
architectures?


Post a followup to this message

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