Re: libgccjit.so: an embeddable JIT-compilation library based on GCC

2013-10-13 Thread Paulo J. Matos
On 10/10/13 20:52, David Malcolm wrote: I've added detailed information on the project to the wiki as: http://gcc.gnu.org/wiki/JIT and added a link to that page to the front page's "Current Projects" section. For reasons unknown to me, check-parallel-jit has to be issues inside build/jit/

Re: Fix line number data for PIC register setup code

2013-10-13 Thread Tom de Vries
On 03/10/13 17:17, Tom de Vries wrote: > we need to emit it before the FUNCTION_BEG insn-note > (rough proof-of-concept patch attached), such that no .loc will be generated > for > it. I investigated further, and now I think it's a regression caused by the fix for PR47028. Attached patch works f