Re: [Mesa-dev] [PATCH 05/13] mesa: remove redundant running of check_symbol_table()

2014-03-12 Thread Matt Turner
On Wed, Mar 12, 2014 at 2:11 PM, Juha-Pekka Heikkila wrote: > Nested for loops running through tables against which they > finally do an assert were ran also with optimized builds. > > Signed-off-by: Juha-Pekka Heikkila > --- > src/mesa/program/symbol_table.c | 6 -- > 1 file changed, 4 inse

[Mesa-dev] [PATCH 05/13] mesa: remove redundant running of check_symbol_table()

2014-03-12 Thread Juha-Pekka Heikkila
Nested for loops running through tables against which they finally do an assert were ran also with optimized builds. Signed-off-by: Juha-Pekka Heikkila --- src/mesa/program/symbol_table.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mesa/program/symbol_table.c b/