Re: [PATCH 00/18] towards removing rtx_insn_list and rtx_expr_list

2016-04-25 Thread Bernd Schmidt
On 04/21/2016 01:24 AM, Trevor Saunders wrote: On Wed, Apr 20, 2016 at 06:03:01AM -0700, Andi Kleen wrote: A vector can have very different performance than a list, depending how it is used. Do your patches cause any measure performance difference for the compiler? I haven't measured, but I

Re: [PATCH 00/18] towards removing rtx_insn_list and rtx_expr_list

2016-04-21 Thread Jeff Law
On 04/20/2016 07:03 AM, Andi Kleen wrote: tbsaunde+...@tbsaunde.org writes: I have some more patches that almost completely eliminate these, but I haven't tested the rest yet, and this is already a long series so it would be nice to get some of it out of my tree and reviewed. patches individua

Re: [PATCH 00/18] towards removing rtx_insn_list and rtx_expr_list

2016-04-20 Thread Trevor Saunders
On Wed, Apr 20, 2016 at 06:03:01AM -0700, Andi Kleen wrote: > tbsaunde+...@tbsaunde.org writes: > > > I have some more patches that almost completely eliminate these, but I > > haven't > > tested the rest yet, and this is already a long series so it would be nice > > to > > get some of it out of

Re: [PATCH 00/18] towards removing rtx_insn_list and rtx_expr_list

2016-04-20 Thread Andi Kleen
tbsaunde+...@tbsaunde.org writes: > I have some more patches that almost completely eliminate these, but I haven't > tested the rest yet, and this is already a long series so it would be nice to > get some of it out of my tree and reviewed. > > patches individually bootstrapped and regtested on x8

[PATCH 00/18] towards removing rtx_insn_list and rtx_expr_list

2016-04-19 Thread tbsaunde+gcc
From: Trevor Saunders Hi, I have some more patches that almost completely eliminate these, but I haven't tested the rest yet, and this is already a long series so it would be nice to get some of it out of my tree and reviewed. patches individually bootstrapped and regtested on x86_64-linux-gnu,