Re: [PING][PATCH] Make web_entry subclassable

2014-08-20 Thread Richard Biener
On Wed, Aug 20, 2014 at 4:30 PM, Bill Schmidt wrote: > Ping -- the patch that depends on this one has been approved, but I am > still waiting for approval on these target-independent bits. Ok. Thanks, Richard. > Thanks, > Bill > > On Wed, 2014-08-13 at 18:01 -0500, Bill Schmidt wrote: >> Hi, >>

[PING][PATCH] Make web_entry subclassable

2014-08-20 Thread Bill Schmidt
Ping -- the patch that depends on this one has been approved, but I am still waiting for approval on these target-independent bits. Thanks, Bill On Wed, 2014-08-13 at 18:01 -0500, Bill Schmidt wrote: > Hi, > > I want to reuse some of the infrastructure in web.c (and df.h) for a > target-specific

[PATCH] Make web_entry subclassable

2014-08-13 Thread Bill Schmidt
Hi, I want to reuse some of the infrastructure in web.c (and df.h) for a target-specific RTL pass, particularly the union-find stuff. I could just copy it, I suppose, but it seems better to make the struct web_entry into a class so that I can inherit what I need. That's what this patch does. Wh