From: "Ludovic Courtès" <ludo@gnu.org>
To: 40626@debbugs.gnu.org
Subject: bug#40626: Poor performance on low-end ARMv7 devices
Date: Tue, 14 Apr 2020 15:59:24 +0200 [thread overview]
Message-ID: <87a73exj5v.fsf@inria.fr> (raw)
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’.
next reply other threads:[~2020-04-14 16:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-14 13:59 Ludovic Courtès [this message]
2020-04-14 18:08 ` bug#40626: Poor performance on low-end ARMv7 devices Julien Lepiller
2020-04-14 19:08 ` Danny Milosavljevic
2020-04-14 20:01 ` Ludovic Courtès
2020-04-16 15:21 ` Ludovic Courtès
2020-07-02 23:57 ` Denis 'GNUtoo' Carikli
2020-07-03 7:22 ` Mathieu Othacehe
2020-07-13 13:34 ` Ludovic Courtès
2020-07-14 4:39 ` Denis 'GNUtoo' Carikli
2020-07-14 13:05 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a73exj5v.fsf@inria.fr \
--to=ludo@gnu.org \
--cc=40626@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.