This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA][PATCH][tree-optimization/64058] Add new coalescing tie breaker heuristic V2


On Wed, 2016-03-23 at 01:49 -0600, Jeff Law wrote:
>  
> +/* This represents a conflict graph.  Implemented as an array of bitmaps.
> +   A full matrix is used for conflicts rather than just upper triangular form.
> +   this make sit much simpler and faster to perform conflict merges.  */

s/make sit/makes it/

Peter



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]