From owner-freebsd-arch@freebsd.org Fri Jun 1 20:02:48 2018 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5916DF72554 for ; Fri, 1 Jun 2018 20:02:48 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-lf0-x22b.google.com (mail-lf0-x22b.google.com [IPv6:2a00:1450:4010:c07::22b]) (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 B68257071F; Fri, 1 Jun 2018 20:02:47 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by mail-lf0-x22b.google.com with SMTP id u4-v6so16501207lff.3; Fri, 01 Jun 2018 13:02:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QaKoWGue6p9610F02ZwdoExdbWY1lmSUZYOUZylR1O0=; b=dkqnJRshA4AbmLdYkPmWLk6RwziE7dx0Nx0yXzGHtwEEmWbzUlgbjEAr7y1/I30bmB ItIL0XiNj55GthI//UfeeoevpbWYt4Dilu+3l4ePTssVAN9Oz+EK6oJ7A/4RtvNjCsD6 enggMUeYRi46VHNVhDc8bemwutHfk7nW/0J8yvUBzCaDE8XGg6gL3dHiThDkLrrref+h 6SubuzTnLzAhgX5nP2xDTJY79c0uCmJ7YZ+8heM3e3+V4eyalFqrxzHYHMDaUmHOvUSN 3ziMFdlJ3DbkuOD0tplL6mKKijVWMpYnYJfWPdZiSAezD0y3kFfx+ea1VMdWnoHGuzL2 AmmA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QaKoWGue6p9610F02ZwdoExdbWY1lmSUZYOUZylR1O0=; b=K+mV99iDmCZeOGjY+w8u5QjlsJ3RrrzYTVmjEWZr9PF8aSk2cH5fjMhFqRLN2Ju3FN fEy1Ku2GGjLEeWVGMPNQW4lGkUgPiPH5+j6tXjL379jmWtUsl7ql7Dna8wJWKC6DIl21 UKmtx8DJmKElQj0UHZQzoB2/XK2kAqev0BBscfuZ+W/DYQPGJvWZK+TFD4vXKcQTN249 O3+nuJHc1ijKLfhxD6x36crQRY2tGyLtO3dCm1tQyV9MOyVmoT0czMZd5dExqA0rUTJp CNLd8wp84zl4o967BIdKMyZGeflirwPBm9mI9AgzyzaSUguuwxG4Goydq7ilTjqUjero uPEw== X-Gm-Message-State: ALKqPwcHr3rwMk68AilqagTgkMIVQfP88014/ow7v/iDZD7FyY4D+Gjy 9pnwL6Evv/ZrW0WjOwY0PgoYvPsEWfPQUSrPoyQ= X-Google-Smtp-Source: ADUXVKJ0fhQnivQ5gK6oo9YSnvhEIp8Bm9GHjv/gWR1onpnSoZ0cuMeO+Pm3WtylepqpdsMsJMf3VujDeQ1gbQmOHHI= X-Received: by 2002:a2e:6591:: with SMTP id e17-v6mr5505742ljf.145.1527883366249; Fri, 01 Jun 2018 13:02:46 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ryan Stone Date: Fri, 1 Jun 2018 16:02:34 -0400 Message-ID: Subject: Re: Building and Iterating To: Sean Bruno Cc: "freebsd-arch@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2018 20:02:48 -0000 On Fri, Jun 1, 2018 at 1:21 PM Sean Bruno wrote: > 3. If the boostrap toolchain needs to be built in the normal case, only > target the ARCH being requested. I understand that we "want" a CC > installed that targets all architectures and this is something I agree with. Has anybody instrumented the build to determine how much time this would actually save? Before trying to optimize the build we need to be sure that we're actually targetting the right optimizations.