Changeset: 8eaccbc4b890 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8eaccbc4b890 Modified Files: sql/backends/monet5/sql_gencode.c Branch: default Log Message:
move noinline diffs (19 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,7 +137,6 @@ 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); @@ -269,6 +268,7 @@ cleanup: } static int +__attribute__((__noinline__)) _create_relational_function(mvc *m, const char *mod, const char *name, sql_rel *rel, stmt *call, list *rel_ops, int inline_func) { Client c = MCgetClient(m->clientid); _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org