about summary refs log tree commit diff
path: root/src/libexpr/eval-inline.hh
AgeCommit message (Collapse)AuthorFilesLines
2013-03-14 Make sure that thunks are restored properly if an exception occursEelco Dolstra1-3/+6
Fixes Hydra bug #67.
2012-07-18 Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra1-6/+1
2012-02-04 * Inline some functions and get rid of the indirection throughEelco Dolstra1-0/+61
EvalState::eval(). This gives a 12% speedup on ‘nix-instantiate /etc/nixos/nixos/ -A system --readonly-mode’ (from 1.01s to 0.89s).