From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60ABAC433B4 for ; Tue, 6 Apr 2021 18:04:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 28FE9613E5 for ; Tue, 6 Apr 2021 18:04:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236637AbhDFSEr (ORCPT ); Tue, 6 Apr 2021 14:04:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:36426 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237312AbhDFSEr (ORCPT ); Tue, 6 Apr 2021 14:04:47 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id B435261154; Tue, 6 Apr 2021 18:04:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617732278; bh=Qw6oVGU/76mVgUbEjpilItCHs1Dj0PAxM5M9pZO1LvM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E16Us8E3BJq/6kzWMts91Z14/+27kpa1aW6Da5OvxonQA0t6+DQzFHjoB6ZMGhkUZ Vh6vgtWDhmwlfAfJqWQ1IxpyYNhELZIm3Jrdg2f2oPJms2lo+s9P1I4Yp5w+XlM+gR apSxhBwZwioxKc/F/8E7OnuiIvs2Eh3+5qYoADfvLJrk5bxDtXeVFg/lVKCRJ74tIm 9fWYPIVRMyTnCTb9wFE6+wjEuHBpmo35oifJYyrfQckM/+UP6Ty5APulBkLxZJJmR6 1MZWHd5eNdfJrt7qRQKs4iXmxZIuOp29lN31OrjxvoagWpmCIQg15B06dsT/uAR6D8 XUT2hqKTOgLgw== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id CE3A940647; Tue, 6 Apr 2021 15:04:35 -0300 (-03) Date: Tue, 6 Apr 2021 15:04:35 -0300 From: Arnaldo Carvalho de Melo To: Yonghong Song Cc: Bill Wendling , Jiri Olsa , dwarves@vger.kernel.org, Alexei Starovoitov , Andrii Nakryiko , bpf , David Blaikie , =?utf-8?B?RsSBbmctcnXDrCBTw7JuZw==?= , kernel-team@fb.com, Nick Desaulniers Subject: Re: [PATCH dwarves 0/2] dwarf_loader: improve cus__merging_cu() Message-ID: References: <06ba2ed4-2730-9ce8-0665-3c720bc786a3@fb.com> <3a6aa243-add9-88a5-b405-85fd8bfbe21d@fb.com> <4eda63d8-f9df-71ab-d625-dcc4df429a89@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Em Tue, Apr 06, 2021 at 03:03:29PM -0300, Arnaldo Carvalho de Melo escreveu: > /me goes back to building clang/llvm HEAD, reducing the number of linker > instances to 1 as I have just 32GB of ram in this Ryzen machine... ;-) And guess what takes a long time? [ 61%] Linking CXX executable ../../bin/llvm-lto ;-) - Arnaldo