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: [patch-rfc] N2179: Exception Propagation in C++


Paolo Carlini wrote:
I think it's correct, because at the same time I'm using __exchange_and_add_dispatch, which essentially is a __sync_fetch_and_add (*not* a |__sync_add_and_fetch as in your initial patch)|. I also run your testcases through valgrind.
So basically, we've lowered the baseline to -1. OK, in that case you're right.

Sebastian


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