Skip to content

aco: compact IR

Daniel Schürmann requested to merge daniel-schuermann/mesa:aco_compact into master

These 2 patches reduce the memory footprint of the aco IR. For the Instruction base class from 40 bytes to 16, for the subclasses from about [40..64] to [16..24]. No changes to pipelinedb, no slow down on compile speed (maybe a slight improvement even).

Merge request reports