Data-dependency graph transformations for instruction scheduling

Data-dependency graph transformations for instruction scheduling

0.00 Avg rating0 Votes
Article ID: iaor2008726
Country: United Kingdom
Volume: 8
Issue: 5
Start Page Number: 427
End Page Number: 451
Publication Date: Oct 2005
Journal: Journal of Scheduling
Authors: ,
Keywords: graphs
Abstract:

This paper presents a set of efficient graph transformations for local instruction scheduling. These transformations to the data-dependency graph prune redundant and inferior schedules from the solution space of the problem. Optimally scheduling the transformed problems using an enumerative scheduler is faster and the number of problems solved to optimality within a bounded time is increased. Furthermore, heuristic scheduling of the transformed problems often yields improved schedules for hard problems. The basic node-based transformation runs in 𝒪(ne) time, where n is the number of nodes and e is the number of edges in the graph. A generalized subgraph-based transformation runs in 𝒪(n2e) time. The transformations are implemented within the Gnu Compiler Collection (GCC) and are evaluated experimentally using the SPEC CPU2000 floating-point benchmarks targeted to various processor models. The results show that the transformations are fast and improve the results of both heuristic and optimal scheduling.

Reviews

Required fields are marked *. Your email address will not be published.