about summary refs log tree commit diff
path: root/src/libexpr/function-trace.cc
AgeCommit message (Collapse)AuthorFilesLines
2020-01-05 Hide FunctionCallTrace constructor/destructorEelco Dolstra1-0/+17
This prevents them from being inlined. On gcc 9, this reduces the stack size needed for nix-instantiate '<nixpkgs>' -A texlive.combined.scheme-full --dry-run from 12.9 MiB to 4.8 MiB. (cherry picked from commit cb90e382b5b6e177ea902b3909fd1897643ae3cd)