mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 07:52:43 +01:00
concatStrings: Give compiler access to definition for inlining
... at call sites that are may be in the hot path. I do not know how clever the compiler gets at these sites. My primary concern is to not regress performance and I am confident that this achieves it the easy way.
This commit is contained in:
parent
97e01107ec
commit
7e604f716c
5 changed files with 9 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include "canon-path.hh"
|
||||
#include "util.hh"
|
||||
#include "file-path-impl.hh"
|
||||
#include "strings-inline.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue