[Mono-list] Mono on IA-64
Miguel de Icaza
miguel@ximian.com
30 Jun 2002 11:24:17 -0400
On Fri, 2002-06-28 at 03:08, C H Gowri Kumar wrote:
> Can we be able to use the special features of the processor like,register
> rotation,branch prediction,branch predication etc. effectively using
> lburg.
No. lburg does the instruction selection, you probably want to have a
separate step for instruction scheduling (like we will do for cpus like
the sparc).
But for the ia64, I am sure there are better code generation strategies
miguel.