Re: [PATCH 00/11] Rewrite of pass management

2013-07-29 Thread Diego Novillo
On Mon, Jul 29, 2013 at 11:23 AM, David Malcolm wrote: > How about "gcc::pass_manager"? Yes, please. Diego.

Re: [PATCH 00/11] Rewrite of pass management

2013-07-29 Thread Mike Stump
On Jul 29, 2013, at 8:23 AM, David Malcolm wrote: > How about "gcc::pass_manager"? I like this name a whole lot better.

Re: [PATCH 00/11] Rewrite of pass management

2013-07-29 Thread David Malcolm
On Mon, 2013-07-29 at 11:19 +0100, Richard Earnshaw wrote: > On 26/07/13 16:04, David Malcolm wrote: > > The following patch series eliminates the mutable global variables > > representing GCC's passes, allowing for multiple compilation contexts in > > one process, potentially with different combin

Re: [PATCH 00/11] Rewrite of pass management

2013-07-29 Thread Richard Earnshaw
On 26/07/13 16:04, David Malcolm wrote: The following patch series eliminates the mutable global variables representing GCC's passes, allowing for multiple compilation contexts in one process, potentially with different combinations of passes (e.g. JIT-compilation of JavaScript in one thread, JIT