This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Consideration of Cost associated with SEME regions.


All:

The Cost Calculation for a candidate to Spill in the Integrated Register Allocator(IRA) considers only the SESE regions.
The Cost Calculation in the IRA should consider the SEME regions into consider for spilling decisions. 

The Cost associated with the path that has un-matured exists should be less, thus making the more chances of spilling decision
In the path of  un-matured exits. The path that has un-matured (normal )exists should be having a higher cost than the cost of un-matured exists and
Spilling decisions has to made accordingly in order to spill inside the less frequency path with the un-matured exists than the high frequency
Path with the normal exits.

I would like to propose the above for consideration of cost associated with SEME regions in IRA.

Thoughts?

Thanks & Regards
Ajit


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]