Re: [PATCH 12/27] New file: gcc/jit/jit-recording.h

2014-11-04 Thread Jeff Law
On 11/04/14 09:12, David Malcolm wrote: So give the complexities in interfacing with the guts of GCC, would it make sense to expose the validate method? Most of the error-checking in the API happens in the API calls in libgccjit.c, testing that the individual pieces are sane. The validate meth

Re: [PATCH 12/27] New file: gcc/jit/jit-recording.h

2014-11-04 Thread David Malcolm
On Mon, 2014-11-03 at 14:27 -0700, Jeff Law wrote: > On 10/31/14 11:02, David Malcolm wrote: > > This file declares the gcc::jit::recording internal API, so that > > libgccjit.c can record the calls that are made to the public API, for > > later playback by the dummy frontend. > > > > gcc/jit/ > >

Re: [PATCH 12/27] New file: gcc/jit/jit-recording.h

2014-11-03 Thread Jeff Law
On 10/31/14 11:02, David Malcolm wrote: This file declares the gcc::jit::recording internal API, so that libgccjit.c can record the calls that are made to the public API, for later playback by the dummy frontend. gcc/jit/ * jit-recording.h: New. --- gcc/jit/jit-recording.h | 1593 +

[PATCH 12/27] New file: gcc/jit/jit-recording.h

2014-10-31 Thread David Malcolm
This file declares the gcc::jit::recording internal API, so that libgccjit.c can record the calls that are made to the public API, for later playback by the dummy frontend. gcc/jit/ * jit-recording.h: New. --- gcc/jit/jit-recording.h | 1593 +++