diff mbox

[committed] taking transactional credits

Message ID 55E5AE54.80809@redhat.com
State New
Headers show

Commit Message

Aldy Hernandez Sept. 1, 2015, 1:55 p.m. UTC
I've had too many sleepless nights caused by this code, not to warrant 
tattooing my name on it.

If you don't like it, sue me. =)

Aldy
commit 7d92b913093c35cb6fb322d4dc9acb237cecabfe
Author: Aldy Hernandez <aldyh@redhat.com>
Date:   Tue Sep 1 06:51:45 2015 -0700

    +       * trans-mem.c: Add contributed-by.
    +       * trans-mem.h: Same.

Comments

Richard Henderson Sept. 1, 2015, 2:03 p.m. UTC | #1
On 09/01/2015 06:55 AM, Aldy Hernandez wrote:
> If you don't like it, sue me. =)

Share the blame...  ;-)


r~
Aldy Hernandez Sept. 1, 2015, 2:10 p.m. UTC | #2
On 09/01/2015 07:03 AM, Richard Henderson wrote:
> On 09/01/2015 06:55 AM, Aldy Hernandez wrote:
>> If you don't like it, sue me. =)
>
> Share the blame...  ;-)

That's right!  I ain't going down in posterity alone on this.
Patrick Marlier Sept. 1, 2015, 3:05 p.m. UTC | #3
On Tue, Sep 1, 2015 at 4:10 PM, Aldy Hernandez <aldyh@redhat.com> wrote:
> On 09/01/2015 07:03 AM, Richard Henderson wrote:
>>
>> On 09/01/2015 06:55 AM, Aldy Hernandez wrote:
>>>
>>> If you don't like it, sue me. =)
>>
>>
>> Share the blame...  ;-)
>
>
> That's right!  I ain't going down in posterity alone on this.

I can just acknowledge that you did an awesome work here.
Thanks a lot for all! (and also for being great guys to work with!)
--
Pat
Aldy Hernandez Sept. 1, 2015, 3:19 p.m. UTC | #4
On 09/01/2015 08:05 AM, Patrick Marlier wrote:
> On Tue, Sep 1, 2015 at 4:10 PM, Aldy Hernandez <aldyh@redhat.com> wrote:
>> On 09/01/2015 07:03 AM, Richard Henderson wrote:
>>>
>>> On 09/01/2015 06:55 AM, Aldy Hernandez wrote:
>>>>
>>>> If you don't like it, sue me. =)
>>>
>>>
>>> Share the blame...  ;-)
>>
>>
>> That's right!  I ain't going down in posterity alone on this.
>
> I can just acknowledge that you did an awesome work here.
> Thanks a lot for all! (and also for being great guys to work with!)

Thanks for being the only person reporting bugs for the longest time :), 
and for analyzing tons of bugs, and your occasional patches!

Aldy
diff mbox

Patch

diff --git a/gcc/trans-mem.c b/gcc/trans-mem.c
index 891e638..e7707ac 100644
--- a/gcc/trans-mem.c
+++ b/gcc/trans-mem.c
@@ -1,5 +1,7 @@ 
 /* Passes for transactional memory support.
    Copyright (C) 2008-2015 Free Software Foundation, Inc.
+   Contributed by Richard Henderson <rth@redhat.com>
+   and Aldy Hernandez <aldyh@redhat.com>.
 
    This file is part of GCC.
 
diff --git a/gcc/trans-mem.h b/gcc/trans-mem.h
index f19b83c..585b22a 100644
--- a/gcc/trans-mem.h
+++ b/gcc/trans-mem.h
@@ -1,5 +1,7 @@ 
 /* Miscellaneous transactional memory support definitions.
    Copyright (C) 2009-2015 Free Software Foundation, Inc.
+   Contributed by Richard Henderson <rth@redhat.com>
+   and Aldy Hernandez <aldyh@redhat.com>.
 
    This file is part of GCC.