diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-24 15:45:33 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-24 16:58:54 +0100 |
commit | a1e9efb1cea77bacf83fa7b576bc765d0155f2c6 (patch) | |
tree | 276ee2834ff7fe4af75ce4a2dfff15aa82491cd8 /src/buildtool/file_system/git_repo.cpp | |
parent | d4ae1e4ca11876caf49d7fca2ae1ea880d194363 (diff) | |
download | justbuild-a1e9efb1cea77bacf83fa7b576bc765d0155f2c6.tar.gz |
GraphTraverser: move implementation to cpp file
The public interface of our graph traverser is typically called
once per program invocation, so there is no benefit in optimizing
across the boundaries of that call. Many calls do happen within the
internal functions of the graph traverser; but for that, the benefit
of being in the same compilation unit also happens if everything
is moved to the same cpp file. Therefore, make the graph traverser
a standard library and in this way, clean up our code basis.
Diffstat (limited to 'src/buildtool/file_system/git_repo.cpp')
0 files changed, 0 insertions, 0 deletions