Jump to content

Program dependence graph

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Paul Foxworthy (talk | contribs) at 03:52, 27 October 2015 (Added link to optimizing compiler). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A Program Dependence Graph is a mapping of dependencies; used by an optimizing compiler to make transformations so that multiple cores are used, and parallelism is improved.

see: dependency graph