Re: [PATCH GCC]Refine comment and set type for partition merged from SCC

2017-10-12 Thread Richard Biener
On Wed, Oct 11, 2017 at 6:10 PM, Bin Cheng wrote: > Hi, > When reading the code I found it's could be confusing without comment. > This patch adds comment explaining why we want merge PARALLEL type > partitions in a SCC, even though the result partition can no longer > be executed in parallel. It

[PATCH GCC]Refine comment and set type for partition merged from SCC

2017-10-11 Thread Bin Cheng
Hi, When reading the code I found it's could be confusing without comment. This patch adds comment explaining why we want merge PARALLEL type partitions in a SCC, even though the result partition can no longer be executed in parallel. It also sets type of the result partition to sequential. Bootst