Re: [Mesa-dev] [PATCH 5/5] tgsi: store opcode mnemonics in a separate table

2017-08-22 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Tue, Aug 22, 2017 at 5:32 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > They are only used for debug info. > > Together with making tgsi_opcode_info::opcode a bitfield, this reduces > the size of tgsi_opcode_info on 64-bit systems from

[Mesa-dev] [PATCH 5/5] tgsi: store opcode mnemonics in a separate table

2017-08-22 Thread Nicolai Hähnle
From: Nicolai Hähnle They are only used for debug info. Together with making tgsi_opcode_info::opcode a bitfield, this reduces the size of tgsi_opcode_info on 64-bit systems from 24 bytes to 4 bytes, and makes the whole data structure a bit more linker friendly. --- src/gallium/auxiliary/tgsi/t