Re: [PATCH] value-relation: Small tweaks to tables

2023-01-26 Thread Richard Biener via Gcc-patches
On Thu, 26 Jan 2023, Jakub Jelinek wrote: > Hi! > > As I said earlier, all these tables are used solely in value-relation.cc > and never modified, plus because VREL_LAST is small especially the > two-dimensional arrays are vast a lot of .data (or .rodata) space > - 576 bytes each. The following

[PATCH] value-relation: Small tweaks to tables

2023-01-26 Thread Jakub Jelinek via Gcc-patches
Hi! As I said earlier, all these tables are used solely in value-relation.cc and never modified, plus because VREL_LAST is small especially the two-dimensional arrays are vast a lot of .data (or .rodata) space - 576 bytes each. The following patch makes those arrays static const and uses unsigned