diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2012-02-04T13·50+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2012-02-04T13·50+0000 |
commit | f491ae97d472bfd6305a8f3e8c58fac1fdc443a4 (patch) | |
tree | e78fed9caf2450915214144f20dd976202d7d1a3 /src/libexpr/Makefile.am | |
parent | 2bda12ef3b2b1d9a0fc59324d723e3fa883ab223 (diff) |
* Inline some functions and get rid of the indirection through
EvalState::eval(). This gives a 12% speedup on ‘nix-instantiate /etc/nixos/nixos/ -A system --readonly-mode’ (from 1.01s to 0.89s).
Diffstat (limited to 'src/libexpr/Makefile.am')
-rw-r--r-- | src/libexpr/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/Makefile.am b/src/libexpr/Makefile.am index 9ca4b2448557..3e7e7e856a55 100644 --- a/src/libexpr/Makefile.am +++ b/src/libexpr/Makefile.am @@ -6,7 +6,7 @@ libexpr_la_SOURCES = \ names.cc pkginclude_HEADERS = \ - nixexpr.hh eval.hh lexer-tab.hh parser-tab.hh \ + nixexpr.hh eval.hh eval-inline.hh lexer-tab.hh parser-tab.hh \ get-drvs.hh attr-path.hh value-to-xml.hh common-opts.hh \ names.hh symbol-table.hh value.hh |