30 Sep 22:59
Re: [Proto] Evaluating non-trivial expression
Eric Niebler <eric <at> boost-consulting.com>
2008-09-30 20:59:56 GMT
2008-09-30 20:59:56 GMT
Joel Falcou wrote: > Let's say I have grammar etc.. for writing algebra code like : > a = b+c, u = x + y, z = 3*e; > and have each sub expression containing a = call to be evaluated on a > different processor. > > Where can I put the evaluation call using the context ? In the > destructor of my associated expression ? Interesting. You might try disabling Proto's comma operator and writing your own that fires off expression evaluations. -- -- Eric Niebler BoostPro Computing http://www.boostpro.com
RSS Feed