Re: [PATCH] libgccjit cleanups

2014-12-11 Thread David Malcolm
On Wed, 2014-12-10 at 23:32 -0500, Ulrich Drepper wrote: > On Mon, Dec 8, 2014 at 11:36 AM, David Malcolm wrote: > > Thanks. Overall this is good, a few nitpicks inline below: > > I've made the changes and checked in the patch. ...as r218617. Thanks. The jit subdirectory has its own ChangeLog

Re: [PATCH] libgccjit cleanups

2014-12-10 Thread Ulrich Drepper
On Mon, Dec 8, 2014 at 11:36 AM, David Malcolm wrote: > Thanks. Overall this is good, a few nitpicks inline below: I've made the changes and checked in the patch.

Re: [PATCH] libgccjit cleanups

2014-12-08 Thread David Malcolm
On Sat, 2014-12-06 at 15:29 -0500, Ulrich Drepper wrote: > This patch broken out of one I sent earlier with some extensions. It > contains only little cleanups to the libgccjit code. > > When creating the linker command line the code now uses an auto_vec > instead of the fixed size array. > > Th