"marxin at gcc dot gnu.org via Gcc-bugs" <gcc-bugs@gcc.gnu.org> writes:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98615 > > --- Comment #8 from Martin Liška <marxin at gcc dot gnu.org> --- > (In reply to Andrea Corallo from comment #7) >> Thanks Martin, I can confirm that also the bootstrap is back okay. > > You're welcome. > Can you please point me to Emacs JIt usage? I'm curious what for is libgccjit > used in the project? That's a feature branch that being integrated as is planed to have it in for 28. Essentially we use it to compile .el files into shared libraries we then load to have Elisp executed as native code. Here is the recording for my presentation at LPC2020/Cauldron: <https://toobnix.org/videos/watch/b985c5ca-fdcf-46ff-92d5-e68922fe4821> and this is my development blog: <http://akrl.sdf.org/gccemacs.html>. Andrea