|
计算机科学 2008
Super-perfect Graph Coloring Based Memory Allocation Algorithms
|
Abstract:
In some special applications,the main memory needs to be managed by the compiler to improve the performance.Memory allocation algorithms based on super-perfect graph coloring are proposed.The basic idea is to turn the general interference graph into super-perfect graph by live-range splitting and then use an existing linear time interval coloring algorithm to allocate the memory.Two allocation algorithms are implemented according to different live-range splitting strategies:a top-down aggressive strategy an...