Posts

Showing posts from May, 2017

RAW/WAW/WAR/RAR?

Read After Write ( flow dependence) WAW (Output dependency) WAR(antedependence) RAR ( input dependency, can be safely reordered) https://en.wikipedia.org/wiki/Dependence_analysis