Changeset: d350ab890b8e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d350ab890b8e
Modified Files:
monetdb5/optimizer/opt_garbageCollector.c
Branch: default
Log Message:
Push aside incomplete code
diffs (30 lines):
diff --git a/monetdb5/optimizer/opt_garbageCollector.c
b/monetdb5/optimizer/opt_garbageCollector.c
--- a/monetdb5/optimizer/opt_garbageCollector.c
+++ b/monetdb5/optimizer/opt_garbageCollector.c
@@ -25,8 +25,8 @@
int
OPTgarbageCollectorImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk,
InstrPtr pci)
{
- int i, j, k, limit, slimit;
- InstrPtr p, q, *old;
+ int i, j, limit, slimit;
+ InstrPtr p, *old;
int actions = 0;
char buf[256];
lng usec = GDKusec();
@@ -99,6 +99,7 @@ OPTgarbageCollectorImplementation(Client
* otherwise we could not inject the assignment */
if (blockExit(p) ){
/* force garbage collection of all declared within
output block and ending here */
+/* ignore for the time being, it requires a more thorough analysis of
dependencies.
for( k = stmtlnk[i]; k; k = varlnk[k])
if( isaBatType(getVarType(mb,k)) ){
q = newAssignment(mb);
@@ -110,6 +111,7 @@ OPTgarbageCollectorImplementation(Client
setVarEolife(mb,k,mb->stop-1);
actions++;
}
+*/
}
}
assert(p);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list