Changeset: d41f0c867084 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d41f0c867084
Modified Files:
        monetdb5/modules/mal/mal_weld.c
Branch: mal-weld
Log Message:

apply experimental transforms


diffs (11 lines):

diff --git a/monetdb5/modules/mal/mal_weld.c b/monetdb5/modules/mal/mal_weld.c
--- a/monetdb5/modules/mal/mal_weld.c
+++ b/monetdb5/modules/mal/mal_weld.c
@@ -270,6 +270,7 @@ WeldRun(Client cntxt, MalBlkPtr mb, MalS
        sprintf(memLimit, "%ld", 256L * 1L << 30); /* 256 GB */
        weld_conf_set(conf, "weld.threads", nrThreads);
        weld_conf_set(conf, "weld.memory.limit", memLimit);
+       weld_conf_set(conf, "weld.optimization.applyExperimentalTransforms", 
"true");
        long start = getTimeNowMs();
        weld_module_t m = weld_module_compile(wstate->program, conf, e);
        if (weld_error_code(e)) {
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to