Re: [v3 patch] refactoring - pull out common data members as _Context

2015-09-21 Thread Tim Shen
Hi, As the changes grow (https://github.com/innocentim/gcc/commits/master), it's getting harder to rebase them onto svn trunk. Can we start slowly reviewing and checking these in? Should I post them one by one to the lis? These patches typically break one giant piece of code (mainly _Executor::_M

Re: [v3 patch] refactoring - pull out common data members as _Context

2015-08-08 Thread Tim Shen
On Thu, Aug 6, 2015 at 1:12 AM, Tim Shen wrote: > In next few weeks I'm gonna sending patches for refactoring . > > The goal is to make the gigantic _Executor class into several smaller > ones and hopefully more readable. After that, there are several > correctness/performance issues to be fixed.

[v3 patch] refactoring - pull out common data members as _Context

2015-08-06 Thread Tim Shen
In next few weeks I'm gonna sending patches for refactoring . The goal is to make the gigantic _Executor class into several smaller ones and hopefully more readable. After that, there are several correctness/performance issues to be fixed. We may also need more documentation, but self-documenting