[Mesa-dev] [PATCH 7/7] mesa: Drop -fno-strict-aliasing.

2016-07-28 Thread Matt Turner
Improves performance of OglBatch7 by 4.06851% +/- 1.17925% (n=169) on Haswell, and cuts ~18k of .text: text data bss dec hex filename 5824627 28781629384 6141827 5db783 before/i965_dri.so 5806354 28781629384 6123554 5d7022 after/i965_dri.so Reviewed-by:

[Mesa-dev] [PATCH 7/7] mesa: Drop -fno-strict-aliasing.

2016-06-27 Thread Matt Turner
Improves performance of OglBatch7 by 4.06851% +/- 1.17925% (n=169) on Haswell, and cuts ~18k of .text: text data bss dec hex filename 5824627 28781629384 6141827 5db783 before/i965_dri.so 5806354 28781629384 6123554 5d7022 after/i965_dri.so --- configure