From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37717 invoked by alias); 3 Sep 2015 22:41:44 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 37704 invoked by uid 89); 3 Sep 2015 22:41:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 03 Sep 2015 22:41:41 +0000 Received: from tuna.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 9C40B3F423; Thu, 3 Sep 2015 18:41:38 -0400 (EDT) Date: Thu, 03 Sep 2015 23:40:00 -0000 From: Gerald Pfeifer To: Sebastian Huber cc: gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] Skeleton for GCC 6 release notes In-Reply-To: <55E83457.4030009@embedded-brains.de> Message-ID: References: <55E83457.4030009@embedded-brains.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00318.txt.bz2 Hi Sebastian, On Thu, 3 Sep 2015, Sebastian Huber wrote: > how can I add something to the release notes? I would like to mention > some RTEMS changes. is it possible checking out https://gcc.gnu.org/about.html is all you are looking for, or am I thinking to simple? :-) > The RTEMS thread model implementation changed. For the mutexes > self-contained objects defined in Newlib are used instead > of Classic API semaphores. The keys and the once function are directly > defined via . Condition variables are provided via Newlib > . The RTEMS thread model supports now the C++11 threads. > > The OpenMP support uses now self-contained objects provided by Newlib > and offers a significantly better performance compared to the > POSIX configuration. It is possible to configure scheduler instance specific > thread pools. Absolutely, please go ahead and add this to the release notes. I'll be happy to have a look and review, or advise if you have any questions. Gerald