30 Sep 22:16
[Proto] Evaluating non-trivial expression
From: Joel Falcou <joel.falcou <at> u-psud.fr>
Subject: [Proto] Evaluating non-trivial expression
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-09-30 20:19:43 GMT
Subject: [Proto] Evaluating non-trivial expression
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-09-30 20:19:43 GMT
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 ?
RSS Feed