Apart from the problem that this doesn't compile when using an optimized
compile (variables may be used uninitialized), there is also the problem
that it looks like this leaks memory.
There are 4 unconditional calls to GDKzalloc inside a for loop, but the
corresponding GDKfree calls are outside of
Changeset: 059b0977071a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=059b0977071a
Modified Files:
MonetDB5/src/optimizer/opt_tarantula.mx
Branch: default
Log Message:
Code reshuffling for variable propagation
The source code calls for a more global perspective on t