Hi David, On Thu, 5 Feb 2015, David Malcolm wrote: > This patch adds an <h2>-level section about libgccjit > between the sections on languages and targets.
this is a very nice idea. Index: htdocs/gcc-5/changes.html =================================================================== +<h2 id="jit">libgccjit</h2> +<p>New in GCC 5 is the ability to build gcc as a shared library for embedding +in other processes (such as interpreters), suitable for Just-In-Time +compilation to machine code.</p> "GCC" (in "build GCC as"), and the line looks a bit long? +<p>The library can also be used for ahead-of-time compilation, enabling +GCC to be plugged into a pre-existing frontend. I have to admit that to me "pre-existing" always feels a bit redundant. Does that come before "regular existing" and "post-existing"? ;-) Tongue in cheek, and probably because I am not a native speaker? This is okay with this change and considering (which does not necessarily mean honoring) the comment. Thank you. Gerald