Module layout

Module layout 

Source
Expand description

Cache-aligned instruction layout.

Extracts linear chains from the control flow graph and places them contiguously. Packs successor instructions into free space of predecessor blocks for improved d-cache locality.

Structsยง

CacheAligned
Cache-aligned layout strategy.