Displaying 2 results from an estimated 2 matches for "machinesuif".
Did you mean:
machinestuff
2005 Jan 19
2
[LLVMdev] Re: LLVM to SUIF-MACH VM binary (Chris Lattner, John Cortes)
...flow analysis
(cfa) based on Muchnick's book
2. A few of the available external passes (including mine)
DAG extraction tool (at http://www.geocities.com/kaveirious/) named as
'bbpart'
Passes at EPFL (best is their unused code for local-CSE and their
if-conversion pass)
CONCLUSIONS: MachineSUIF requires several addons that the user oughts to
write in order to get his work done. LLVM seems much more COMPLETE and
much more ACTIVE. MachSUIF is pretty much DEAD since late 2002-mid 2003.
LLVM can become the first widely used RISC-like VM. It has much potential.
Regards
Nikolaos Kavvadias...
2005 Jan 20
0
[LLVMdev] Re: LLVM to SUIF-MACH VM binary (Chris Lattner, John Cortes)
...39;s book
>
> 2. A few of the available external passes (including mine)
> DAG extraction tool (at http://www.geocities.com/kaveirious/) named as
> 'bbpart'
> Passes at EPFL (best is their unused code for local-CSE and their
> if-conversion pass)
>
> CONCLUSIONS: MachineSUIF requires several addons that the user oughts to
> write in order to get his work done. LLVM seems much more COMPLETE and
> much more ACTIVE. MachSUIF is pretty much DEAD since late 2002-mid 2003.
>
> LLVM can become the first widely used RISC-like VM. It has much potential.
>
>...