
15 Sep
2014
15 Sep
'14
2:54 p.m.
Hello, I'm writing a back end for Database Supported Haskell (DSH) to target MonetDB. Can I please get some help with running my generated MAL-code though an optimizer? I do not really understand the concept behind this: https://www.monetdb.org/Documentation/Manuals/MonetDB/Optimizers Do I have to generate optimizer code at the appropriate places in my code? Are the optimizer instructions woven into the MAL-Program? Isn't there a optimizer function `a la: optimize :: MalCode -> MalCode? Please be so kind and give me a little bit of futher explaination.