Coggle requires JavaScript to display documents.
Static Scheduling (Global code sheduling (Trace Scheduling (Trace: loop…
Static Scheduling (Global code sheduling, Simple Code motion, Loop unrolling/Loop peeling, IDEA: try to keep pipeline full (in single issue pipelines) or utilize all FUs in each cycle (in VLIW) as much as possible to reach better ILP and therefore higher parallel speedups., Software pipelining)