summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/git_repo.cpp
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-03-24 15:45:33 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-03-24 16:58:54 +0100
commita1e9efb1cea77bacf83fa7b576bc765d0155f2c6 (patch)
tree276ee2834ff7fe4af75ce4a2dfff15aa82491cd8 /src/buildtool/file_system/git_repo.cpp
parentd4ae1e4ca11876caf49d7fca2ae1ea880d194363 (diff)
downloadjustbuild-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