30 Sep 23:04
Re: [Proto] Evaluating non-trivial expression
Joel Falcou <joel.falcou <at> u-psud.fr>
2008-09-30 21:04:05 GMT
2008-09-30 21:04:05 GMT
Eric Niebler a écrit : > Interesting. You might try disabling Proto's comma operator and > writing your own that fires off expression evaluations. > I thought of that but I need the whole AST for checking for various stuff. Basically I transform a algebra AST into a a pair of objects : a tuples of matrix begin() pointer and a stripped AST so I can generate a software pipelined evaluation loop nest. I tried adding the destructor-based evaluation and it seems to work but I fear there may be some side-effects I'll regret later.
RSS Feed