Changeset: ad3109c13843 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ad3109c13843
Modified Files:
        configure.ag
Branch: Jul2015
Log Message:

Limit how much the Intel compiler can inline.
Compiling mal_parser.c took 30 minutes and then crashed without this.


diffs (12 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -1017,7 +1017,7 @@ if test "x$enable_optimize" = xyes; then
              dnl  -mp does no longer exist with icc 15; using -mieee-fp, 
instead.
              dnl  adding -axSSE4.2 (or even -axCORE-AVX512) results in errors 
like
              dnl  "error: ODBCFetch has been targeted for automatic cpu 
dispatch" ...
-             x86_64-*-*-15.*) CFLAGS="$CFLAGS -mieee-fp -O3 -restrict -unroll 
-no-inline-max-size -no-inline-max-total-size -xHost -xHOST";; 
+             x86_64-*-*-15.*) CFLAGS="$CFLAGS -mieee-fp -O3 -restrict -unroll 
-no-inline-max-size -no-inline-max-total-size -inline-level=1 -xHost";;
 
              i*86-*-*-8.*)    CFLAGS="$CFLAGS -mp1 -O3 -restrict -unroll       
        -tpp6 -axKWNPB";;
              i*86-*-*-9.*)    CFLAGS="$CFLAGS -mp1 -O3 -restrict -unroll       
        -tpp6 -axKWNPB";;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to