From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86754 invoked by alias); 6 May 2015 23:29:06 -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 86745 invoked by uid 89); 6 May 2015 23:29:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f169.google.com Received: from mail-ie0-f169.google.com (HELO mail-ie0-f169.google.com) (209.85.223.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 06 May 2015 23:29:04 +0000 Received: by iecnq11 with SMTP id nq11so26955414iec.3 for ; Wed, 06 May 2015 16:29:02 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.50.127.232 with SMTP id nj8mr1145190igb.32.1430954942081; Wed, 06 May 2015 16:29:02 -0700 (PDT) Received: by 10.36.38.133 with HTTP; Wed, 6 May 2015 16:29:02 -0700 (PDT) Date: Wed, 06 May 2015 23:29:00 -0000 Message-ID: Subject: [rfc] gcc trunk - libgomp thread affinity for freebsd From: Adrian Chadd To: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00511.txt.bz2 Hi, This patch implements basic top level thread affinity support for freebsd. It doesn't yet implement thread affinity support for core/socket grouping yet; I'm working on a library to extract that out to userland and plan on teaching libgomp about it at a later stage. https://people.freebsd.org/~adrian/gcc/20150506-gcc-trunk-libgomp-1.diff I'd appreciate feedback/review. Thanks! -adrian