From owner-freebsd-stable@freebsd.org Mon Aug 29 08:30:13 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB55BB77E2D for ; Mon, 29 Aug 2016 08:30:13 +0000 (UTC) (envelope-from elferdo@gmail.com) Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 94DC6868 for ; Mon, 29 Aug 2016 08:30:13 +0000 (UTC) (envelope-from elferdo@gmail.com) Received: by mail-it0-x22f.google.com with SMTP id x131so91230889ite.0 for ; Mon, 29 Aug 2016 01:30:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=8IER50rBfmEV+Hc/UN/jDM0qpzE9I/mhceDuIZv5SuQ=; b=p1Lw2Pw/2xTRqp4tV1GiqugZm4UyJsrnW/HNHZTIaXQd2qLaLj2VdPlGjUQYLhI9gi 5fHGXeNi88KRe/aoWx3T6w1XfVab9L4mW9Sq3e8/AzJu54NsT+jsRfIcL95eSldfrkz7 FuNNC9QEXRDbq0FrHAYpplkleBKzS+ItNvfj7jlTF2/gnbjCibKfZ5PCuJW6hVGNPH5Y K0NLzICg706pLXdxWR6eW6Lz1JaGV20BkiXQK4dO0Uww250vAAGkc9MmPfzKeUPbZ8UN /g1imgTtNLxqH19AEBBA9zAEnCV6dMoxTfhyo5kPzONfodWUNPMLQmLXZfjS0kIDyakl 8eFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=8IER50rBfmEV+Hc/UN/jDM0qpzE9I/mhceDuIZv5SuQ=; b=O62HDH39yp8tAGy5AJZ5Ixaxi7/CWxVXhTJTzxTrrYUvZGwSR/cbIsDfNJ5MskqObh DLZOoG8L1aZNerEqpafOBweXedwahKX7r/gJFiDdo9Su4TqvQv6kcVyUuNMd26C/v30l 5g+IwErNsEGyfBrf0DFmXMhymcAf23FbGbYXu58fFTvLtR5k5tVXvVz4DEzBnuOu7a8f lsimA58yj2N7A0R/6GsRhJY3yxiuaRo2zxEeGPZtGkM1GgOv7/9ZcmYvFjo42X0rDn4q 2OItVQY7btgIrX7jekp9lzd33DA2XFUomgaEf4P0IfKqkFAHs/EnEdAtKmrbHXFIDNTK u8Rw== X-Gm-Message-State: AE9vXwMj3mZ5cJSfLT98KZeMgeukPEVrLWXvqep/bQcMq1AlR9UBY/jVoCx0pgG44/W8cdGNn+bd8r7N4m1XVA== X-Received: by 10.36.98.199 with SMTP id d190mr13322008itc.39.1472459412800; Mon, 29 Aug 2016 01:30:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.95.18 with HTTP; Mon, 29 Aug 2016 01:30:11 -0700 (PDT) In-Reply-To: References: <20160819073422.4292997b@X220.alogt.com> <20160821144505.27c0f55d@X220.alogt.com> <827183a944ee4052649c152d65204444@schema31.it> <20160822101423.GF18643@e-new.0x20.net> <79F32FFD-BBDF-4359-A4CB-C80A3FC59EAD@FreeBSD.org> <20160828183242.759bb6c2@freedom.alkumuna.eu> From: =?UTF-8?Q?Fernando_Herrero_Carr=C3=B3n?= Date: Mon, 29 Aug 2016 10:30:11 +0200 Message-ID: Subject: Re: Benchmarks results for FreeBSD 11 To: freebsd-stable Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 08:30:14 -0000 2016-08-29 3:04 GMT+02:00 K. Macy : > > I'm writing from my cellphone away from my computer, so take this with a > > grain of salt: > > > > -L/usr/local/llvm38/lib > > You're missing the point. If your webserver crashes every other day, > the fact that you can run a batch job to restart it doesn't make it > OK. > > Fair enough, I misunderstood the point as "clang, even from ports, cannot do omp at all [from a shell]". > [...] Requiring additional tweaking to build on FreeBSD > or requiring users to install gcc is kind of underwhelming. > Isn't that precisely what the ports infrastructure is supposed to do? What about compiler.mk? If it can provide an extra library-dirs argument to the port's configure then we're not that bad. And still I agree, this is far from an ideal situation, and we speaking about finding a library, we have still not touched having clang use the LLVM linker...