GNU bug report logs

#40626 Poor performance on low-end ARMv7 devices

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Full log

Message #8 received at 40626@debbugs.gnu.org (full text, mbox, reply):

Received: (at 40626) by debbugs.gnu.org; 14 Apr 2020 18:08:20 +0000
From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 14 14:08:20 2020
Received: from localhost ([127.0.0.1]:34757 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1jOPyu-0007kT-AN
	for submit@debbugs.gnu.org; Tue, 14 Apr 2020 14:08:20 -0400
Received: from lepiller.eu ([89.234.186.109]:33700)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <julien@lepiller.eu>) id 1jOPys-0007kJ-9c
 for 40626@debbugs.gnu.org; Tue, 14 Apr 2020 14:08:19 -0400
Received: from lepiller.eu (localhost [127.0.0.1])
 by lepiller.eu (OpenSMTPD) with ESMTP id 91be0833;
 Tue, 14 Apr 2020 18:08:16 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date
 :in-reply-to:references:mime-version:content-type
 :content-transfer-encoding:subject:to:from:message-id; s=dkim;
 bh=blcnF5N47unTLUYgMGMm52DVFzRkcUTZ7ufxi5SrBjc=; b=gJ6MKpA3Poq8
 RHtJLMxdruAkqy4J1JcH+gkVct6dZfvCY6Knf5XRMNdZ0EUbRs01Ol4P09VOjPrF
 nJOmdAF9XFDe2NrN5BDwwetGQu4d/v58O3A7vd3Ordn44UooetSI6EKILwd72qas
 q0MdGBz56Xt469mzguBJwH5UOEkp9R7u2pMvSMRv+DBeKq0cjiLPgVS0Gu9JIkrK
 gkSWh89H1E9d21t593/nC2Co9yT30eBYc6BcfPWuFQDl678Nk4zHVT5iHufu3Y6m
 JPriaXm22NXDAhfoH9+TVr7iN64xfOC6+bKjPUlOZpcgK/MFOO6cboBBLtZPPQ1Z
 JES6h3ZGQQ==
Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id d5e654b5
 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); 
 Tue, 14 Apr 2020 18:08:15 +0000 (UTC)
Date: Tue, 14 Apr 2020 14:08:00 -0400
User-Agent: K-9 Mail for Android
In-Reply-To: <87a73exj5v.fsf@inria.fr>
References: <87a73exj5v.fsf@inria.fr>
MIME-Version: 1.0
Content-Type: text/plain;
 charset=utf-8
Content-Transfer-Encoding: quoted-printable
Subject: Re: bug#40626: Poor performance on low-end ARMv7 devices
To: Ludovic Courtès <ludo@gnu.org>,40626@debbugs.gnu.org
From: Julien Lepiller <julien@lepiller.eu>
Message-ID: <2AB0E1B2-4104-4378-B872-DF8E3673D15B@lepiller.eu>
X-Spam-Score: 0.0 (/)
X-Debbugs-Envelope-To: 40626
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -1.0 (-)
Le 14 avril 2020 09:59:24 GMT-04:00, "Ludovic Courtès" <ludo@gnu.org> a écrit :
>Hello!
>
>On my Olimex OLinuXino A20, here’s what I get with Guix on Guile 3.0.2:
>
>--8<---------------cut here---------------start------------->8---
>$ guix describe
>Generation 1    Apr 11 2020 13:26:01    (current)
>  guix 6720616
>    repository URL: https://git.savannah.gnu.org/git/guix.git
>    commit: 6720616daaf711314827c157a660339990e5cb07
>$ time guix build hello -d --no-grafts
>/gnu/store/s0di07vhva95rl8p3gimlna5ffca7xlq-hello-2.10.drv
>
>real    0m9.964s
>user    0m8.660s
>sys     0m0.810s
>--8<---------------cut here---------------end--------------->8---
>
>Most of it seems to go in loading .go files:
>
>--8<---------------cut here---------------start------------->8---
>$ guix repl
>GNU Guile 3.0.2
>Copyright (C) 1995-2020 Free Software Foundation, Inc.
>
>Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
>This program is free software, and you are welcome to redistribute it
>under certain conditions; type `,show c' for details.
>
>Enter `,help' for help.
>scheme@(guix-user)> ,time (use-modules (guix) (gnu) (gnu packages
>base))
>;; 8.104000s real time, 6.879000s run time.  0.755000s spent in GC.
>scheme@(guix-user)> (define s (open-connection))
>scheme@(guix-user)> ,time (package-derivation s hello #:graft? #f)
>$1 = #<derivation
>/gnu/store/s0di07vhva95rl8p3gimlna5ffca7xlq-hello-2.10.drv =>
>/gnu/store/z4ig2v79x3y7r5w1gs7rg7cgyvja4dn1-hello-2.10 31a5bb8>
>;; 3.101000s real time, 2.493000s run time.  0.324000s spent in GC.
>--8<---------------cut here---------------end--------------->8---
>
>Ludo’.

In case it helps, I observe the same kind of timing on my cubietruck (same guile, but guix from april 1st). It's slightly faster than you, the processor is a cortex-a7.




Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Sun Sep 7 09:03:48 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.