In addition to TinyC support for JIT with PDL, progress is being made with
the gcc JIT as well:

  http://gcc.gnu.org/wiki/JIT
  http://github.com/vickenty/gccjit-perl

It is clear that we need to come up with a JIT framework for PDL to use
that can flexibly support a number of options for JIT compilation.  The
arguable advantage of gcc JIT is that it can support full optimizations
which could significantly improve the performance from our machine
generated codes.

--Chris
------------------------------------------------------------------------------
_______________________________________________
pdl-devel mailing list
pdl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pdl-devel

Reply via email to