Re: Compile HLL to microcode on VLIW - possible?

Donnelly <aaedonnelly@voyager.net>
10 Apr 1996 08:27:18 -0400

          From comp.compilers

Related articles
Compile HLL to microcode on VLIW - possible? sberg@camtronics.com (1996-04-02)
Re: Compile HLL to microcode on VLIW - possible? pardo@cs.washington.edu (1996-04-06)
Re: Compile HLL to microcode on VLIW - possible? kim@jrs.com (Kim Whitelaw) (1996-04-08)
Re: Compile HLL to microcode on VLIW - possible? aaedonnelly@voyager.net (Donnelly) (1996-04-10)
Re: Compile HLL to microcode on VLIW - possible? narad@nudibranch.asd.sgi.com (1996-04-10)
Re: Compile HLL to microcode on VLIW - possible? preston@tera.com (1996-04-11)
Re: Compile HLL to microcode on VLIW - possible? narad@nudibranch.asd.sgi.com (1996-04-13)
Re: Compile HLL to microcode on VLIW - possible? preston@tera.com (1996-04-16)
Re: Compile HLL to microcode on VLIW - possible? krste@ICSI.Berkeley.EDU (1996-04-18)
Re: Compile HLL to microcode on VLIW - possible? andy@Xenon.Stanford.EDU (1996-04-18)
[9 later articles]
| List of all articles for this month |

From: Donnelly <aaedonnelly@voyager.net>
Newsgroups: comp.compilers,comp.arch
Date: 10 Apr 1996 08:27:18 -0400
Organization: Donnelly
References: 96-04-013
Keywords: architecture, optimize

Another recent approach was to skip the microcode all together and
generate dedicated ciruitry from C code. The code/circuit would be
implemented in reconfigurable hardware (typically SRAM based FPGAs).
This way, you have hardware which is truly optimized for the program.
If you are just creating microcode, you may have some waste in the
system. I am not sure if there is any commercially available hardware
yet, but I know Virtual Computer corp. was working on something.
Also, there has been much recent done in this area, and classified as
reconfigurable hardware.
--


Post a followup to this message

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