search for: jmmartinez

Displaying 2 results from an estimated 2 matches for "jmmartinez".

Did you mean: jmartinez
2019 Sep 18
3
COAT: an EDSL making just-in-time code generation easier
Hi all, I open sourced a small project of mine recently. It is an EDSL for C++ which makes just-in-time compilation much easier to write and maintain. One of its backends is LLVM's OrcJIT (LLVM 7, still). https://github.com/tetzank/coat Here is a blog post of mine introducing the concept: https://tetzank.github.io/posts/coat-edsl-for-codegen/ You can see it as an abstraction layer on top
2018 Feb 19
0
LLVM Weekly - #216, Feb 19th 2018
...has been accepted for PLDI 2018, and may be of interest to many LLVM Weekly readers. The authors present a methodology for validating optimisations, and apply it to mem2reg and gvn (global value numbering). Serge Guelton and Juan Manuel Martinez CaamaƱo have written [Easy::jit](https://github.com/jmmartinez/easy-just-in-time), a Just-In-Time compiler for C++ built using Clang and LLVM. ## On the mailing lists * Dean Michael Berris has written an RFC on [adding an XRay profiling mode](http://lists.llvm.org/pipermail/llvm-dev/2018-February/121237.html) to LLVM, which gathers basic statistics about wh...