guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] guix source archive branch, master, updated. v0.1-241-gd808559


From: Ludovic Courtès
Subject: [SCM] guix source archive branch, master, updated. v0.1-241-gd808559
Date: Sat, 16 Mar 2013 16:05:40 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, master has been updated
       via  d80855999a81f344ca0c994f0532f5bd45162089 (commit)
      from  993fb66dd2f3087fef12c3f3f31e42485dfeb1bf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d80855999a81f344ca0c994f0532f5bd45162089
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 16 16:46:46 2013 +0100

    derivations: Optimize `write-derivation'.
    
    This reduces the execution time of
    "guix build -e '(@ (gnu packages emacs) emacs)' -d" by 25%, from
    1.54 s. to 1.15s.
    
    * guix/derivations.scm (write-sequence, write-list, write-tuple): New
      procedures.
      (write-derivation)[list->string, write-list]: Remove.
      [write-string-list, write-output, write-input, write-env-var]: New 
helpers.
      Rewrite in terms of these new helpers.

-----------------------------------------------------------------------

Summary of changes:
 guix/derivations.scm |  106 +++++++++++++++++++++++++++++++++++---------------
 1 files changed, 74 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]