libgccjit documentation now available on gcc.gnu.org

Mikhail Maltsev maltsevm@gmail.com
Thu Jan 1 00:00:00 GMT 2015


On Fri, 06 Feb 2015 17:40:33 -0500
David Malcolm <dmalcolm@redhat.com> wrote:

> The documentation for libgccjit is now visible on the GCC website in
> HTML form at:
>   https://gcc.gnu.org/onlinedocs/jit/
> (and is being built nightly).

A tiny fix: on page
https://gcc.gnu.org/onlinedocs/jit/intro/tutorial04.html#examining-the-generated-code

"the compiler has unrolled the loop and is using MMX instructions" -
it would probably be more precise to say that the compiler is using
SSE2 instructions, because they involve operations with 128-bit
xmm registers.

-- 
Regards,
    Mikhail Maltsev



More information about the Jit mailing list