On 10/31/14 11:02, David Malcolm wrote:
This was previously posted as:
"[PATCH 05/10] JIT-related changes outside of jit subdir"
https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01246.html
and approved by Jeff in
https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01410.html
OK if/when rest of JIT bits are approved.
Joseph pointed out that I should add a note about sphinx
as a dependency to install.texi:
https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01793.html
I do that in the next patch.
ChangeLog:
* MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
contrib/ChangeLog:
* jit-coverage-report.py: New file: a script to print crude
code-coverage information for the libgccjit API.
gcc/ChangeLog:
* doc/install.texi (--enable-host-shared): Specify that this is
required when building libgccjit.
* timevar.def (TV_JIT_REPLAY): New.
(TV_ASSEMBLE): New.
(TV_LINK): New.
(TV_LOAD): New.
Still OK for the trunk.
Jeff