Displaying 3 results from an estimated 3 matches for "hphp".
Did you mean:
hph
2015 Sep 03
5
LLVM as a back end for HHVM
...a secondary back end. We had to modify our version of LLVM and our mods were based on 3.5 release. At this point we feel our requirements have become stable enough to start upstreaming our diffs.
A high-level overview of LLVM changes could be found at:
https://github.com/facebook/hhvm/tree/master/hphp/tools/llvm
The set of patches will be loosely based on the above, as some of our interfaces have changed since we’ve merged with the trunk.
All feedback is welcome. Please let me know if you are interested and I’ll CC you explicitly on the reviews.
Thanks,
Maksim
-------------- next part ------...
2014 Jun 24
2
[LLVMdev] Any way get debug output of generated assembly from MCJIT without completely redoing CodeGen?
Yeah, that's probably how I'd do it.
Might be useful if you guys want to contribute that as a command line
option Kevin.
-eric
On Tue, Jun 24, 2014 at 3:03 PM, Kevin Modzelewski <kmod at dropbox.com> wrote:
> We do this in Pyston using a JITEventListener that just disassembles the
> output; it's "it works let's move on"-quality:
>
2015 Sep 03
2
LLVM as a back end for HHVM
...sion of LLVM and our mods were based on 3.5 release. At this point we feel our requirements have become stable enough to start upstreaming our diffs.
Great to read that you will upstream stuff!
A high-level overview of LLVM changes could be found at:
https://github.com/facebook/hhvm/tree/master/hphp/tools/llvm
The set of patches will be loosely based on the above, as some of our interfaces have changed since we’ve merged with the trunk.
All feedback is welcome. Please let me know if you are interested and I’ll CC you explicitly on the reviews.
The patch is huge, I expect many small patche...