[patch] 19/n: trans-mem: middle end/misc patches (LAST PATCH)

Aldy Hernandez aldyh@redhat.com
Mon Nov 7 17:12:00 GMT 2011


>> Notice I am hijacking the alias_pair object, because it has everything we
>> need, though the DECL_UID goes in a field called emitted_diags.  I am
>> avoiding having to create an exact same object with the exact same fields.
>>   I can change duplicate this, if it's a big eye sore.
>
> Yes, please duplicate this - alias_pairs are going away (hopefully for 4.7).
> And in that light, simply use a heap allocated vector - it's
> short-lived after all.
>
>
> Otherwise ok.

I have made the changes you suggested, and I also renamed tm_clone_pairs 
to tm_clone_hash to avoid confusion with the vector table.  We have too 
many tm_clone_* tables :).

Are you still OK with this patch? (Tests still going).
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tm-clone-table
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20111107/6fcc5255/attachment.ksh>


More information about the Gcc-patches mailing list