This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch/RFC] tr1::shared_ptr<> removal of lock, choosing thread safety
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: Phillip Jordan <phillip dot m dot jordan at gmail dot com>, libstdc++ at gcc dot gnu dot org
- Date: Wed, 23 Aug 2006 12:17:06 +0200
- Subject: Re: [Patch/RFC] tr1::shared_ptr<> removal of lock, choosing thread safety
- References: <44AD1E9B.4070801@gmail.com> <004401c6a111$5844d5e0$6701a8c0@pdimov> <44AF05EF.3060000@gmail.com> <44AF0BAC.3080908@suse.de> <44AF0DC9.5000102@gmail.com> <003301c6a231$ea929510$6407a8c0@pdimov2> <44BEB0E2.9060104@gmail.com> <44C3D62D.60504@suse.de> <4dc0430c0607260440r26caf1bew5bb2a8b2235e274b@mail.gmail.com> <20060822174431.1b0c725b.bkoz@redhat.com> <44EB8BB6.3090608@suse.de>
On Wed, 23 Aug 2006 00:56:54 +0200
Paolo Carlini <pcarlini@suse.de> wrote:
> Agreed, but I'm seeing a commit going on *without* a ChangeLog entry?!??!
No biggie.
I added this:
2006-08-22 Phillip Jordan <phillip.m.jordan@gmail.com>
*include/tr1/boost_shared_ptr.h: Added locking policy to
tr1::shared_ptr<> and related classes.
* testsuite/tr1/2_general_utilities/memory/shared_ptr/thread: New.
* testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
lockfree_weaktoshared.cc: New.
* testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
mutex_weaktoshared.cc: New.
*testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
shared_ptr_neg.cc: Modify.
Please take note of this for next time Phillip. In the future, if you
could just ping gcc-patches and libstdc++ with your final patch (either
in-line or as a pure text attachment), a ChangeLog entry, and notice of
what platforms you tested on, then we'll all be on the same page.
Here's an example:
http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00815.html
best,
benjamin