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. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
