Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Compilers > Re: instruction...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 7 Topic 2379 of 2421
Post > Topic >>

Re: instruction bundling (scheduling?)

by kphillips <kevin.phillips83@[EMAIL PROTECTED] > Apr 9, 2008 at 12:29 PM

Many thanks for your feedback!

> Given the large number of registers in IA-64, for simplicity just
> schedule first and allocate registers later; spilling and thus
> rescheduling will be rare.  Also, most liveness analysis and register
> allocation algorithms work on scheduled code anyway (if they work
> before instruction scheduling, they use the order coming out of
> earlier phases).

Great. If there is the need for spilling, I will try either to
(1) try to find an empty slot in a template to use
(2) otherwise add an extra template for the load

It's rather simple, but I think it will work



> A nice paper on instruction scheduling and register allocation for
> basic blocks is:
>   author =      "James R. Goodman and Wei-Chung Hsu",
>   title =       "Code Scheduling and Register Allocation in Large Basic
Blocks",

Thanks! will go through it very soon.

One other query - I have no specific algorithms that cater for data
prefetches. Since a load instruction take a huge amount of cycles
(assuming the worst case scenario - memory), is it a good idea to
issue advanced load instructions as early as possible? Then the
latency for loads will be assumed for quite less .. hopefully it will
work for most cases.

K. Phillips




 7 Posts in Topic:
instruction bundling (scheduling?)
kphillips <kevin.phill  2008-04-04 09:27:22 
Re: instruction bundling (scheduling?)
anton@[EMAIL PROTECTED]   2008-04-06 16:20:41 
Re: instruction bundling (scheduling?)
kphillips <kevin.phill  2008-04-09 12:29:07 
Re: instruction bundling (scheduling?)
andreybokhanko@[EMAIL PRO  2008-04-13 10:49:18 
Re: instruction bundling (scheduling?)
IndianTechie <kamalpr@  2008-04-14 22:18:40 
Re: instruction bundling (scheduling?)
kphillips <kevin.phill  2008-04-15 11:22:49 
Re: instruction bundling (scheduling?)
Sid Touati <SidTouati@  2008-04-22 11:14:20 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat May 17 0:51:34 CDT 2008.