Changeset: 0ca73b73506a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0ca73b73506a
Modified Files:
        sql/backends/monet5/sql_gencode.c
Branch: default
Log Message:

try noinline


diffs (11 lines):

diff --git a/sql/backends/monet5/sql_gencode.c 
b/sql/backends/monet5/sql_gencode.c
--- a/sql/backends/monet5/sql_gencode.c
+++ b/sql/backends/monet5/sql_gencode.c
@@ -137,6 +137,7 @@ relational_func_create_result_part2(MalB
 }
 
 static int
+__attribute__((__noinline__))
 _create_relational_function_body(mvc *m, sql_rel *r, stmt *call, list 
*rel_ops, int inline_func)
 {
        Client c = MCgetClient(m->clientid);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to