Re: [PATCH 08/27] New file: gcc/jit/libgccjit.h

2014-11-03 Thread David Malcolm
On Mon, 2014-11-03 at 13:22 -0700, Jeff Law wrote: > On 10/31/14 11:02, David Malcolm wrote: > > This header is the public API for the library. > > > > gcc/jit/ > > * libgccjit.h: New. > Given this is inside the JIT subdirectory, I'm not doing a depth review. > > + > > +/* A gcc_jit_block en

Re: [PATCH 08/27] New file: gcc/jit/libgccjit.h

2014-11-03 Thread Jeff Law
On 10/31/14 11:02, David Malcolm wrote: This header is the public API for the library. gcc/jit/ * libgccjit.h: New. Given this is inside the JIT subdirectory, I'm not doing a depth review. + +/* A gcc_jit_block encapsulates a "basic block" of statements within a + function (i.e. wi

[PATCH 08/27] New file: gcc/jit/libgccjit.h

2014-10-31 Thread David Malcolm
This header is the public API for the library. gcc/jit/ * libgccjit.h: New. --- gcc/jit/libgccjit.h | 977 1 file changed, 977 insertions(+) create mode 100644 gcc/jit/libgccjit.h diff --git a/gcc/jit/libgccjit.h b/gcc/jit/libgccjit.h