
3 Jun
2008
3 Jun
'08
11:11 p.m.
I have seen an article (in the Beautiful Code book that Google sent me as a SoC gift) about runtime code specialization/compilation using C# in order to optimize code. I was thinking about using similar things to optimize our SVG Filters code but I don't know whether this kind of thing is possible in C++. C# can run bytecode generated in runtime. How could that be achieved in C++?
I also have seen an article about a library for C++ that seems to do exactly this, but the lib is non-free: TaskGraph (http://www.doc.ic.ac.uk/~phjk/Software/TGL/)
Is there a free-software lib for this?
Juca