From c34a153ae5614ab879ff19194ff396ffb21b7b55 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 13 Aug 2003 10:45:01 +0000 Subject: * Documented the `--query' operation. --- doc/manual/bugs.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc/manual/bugs.xml') diff --git a/doc/manual/bugs.xml b/doc/manual/bugs.xml index 33c6e767baca..548ce1cab830 100644 --- a/doc/manual/bugs.xml +++ b/doc/manual/bugs.xml @@ -15,6 +15,23 @@ + + + Unify the concepts of successors and substitutes into a general notion + of equivalent expressions. Expressions are + equivalent if they have the same target paths with the same + identifiers. However, even though they are functionally equivalent, + they may differ stronly with respect to their performance + characteristics. For example, realising a slice is more + efficient that realising the derivation from which that slice was + produced. On the other hand, distributing sources may be more + efficient (storage- or bandwidth-wise) than distributing binaries. So + we need to be able to attach weigths or priorities or performance + annotations to expressions; Nix can then choose the most efficient + expression dependent on the context. + + + -- cgit 1.4.1