Skip to content

nouveau: compiler: heap-allocate Instrs

Daniel Almeida requested to merge dwlsalmeida/mesa:nak-box-instr-2 into nak/main

Heap-allocate Instrs to avoid copying them around whenever they are mutated by a pass. This lowers the amount of copies in detriment of cache-locality.

Signed-off-by: Daniel Almeida daniel.almeida@collabora.com

Merge request reports