aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/FileSymlinkCycleException.java
diff options
context:
space:
mode:
authorGravatar janakr <janakr@google.com>2017-03-30 21:07:04 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2017-03-31 17:11:38 +0200
commit1fb90fd6112747c6e8bfa4943ba023225c47820f (patch)
treeac689cdbb2635fb7134374996a775cd840541b74 /src/main/java/com/google/devtools/build/lib/skyframe/FileSymlinkCycleException.java
parent17d4b1fbd423927cc3ac6f244beb4581eaa9fe32 (diff)
Add option to disable critical path computation in Bazel. While this information is useful, the critical path computer retains references to objects that could otherwise be cleared to save memory.
This change is probably not worth submitting on its own -- the benefit it provides is too slight. But my follow-up change unknown commit needs this option to be effective -- the critical path currently hangs on to references to every action in the graph, so we can't drop references to actions if it's enabled. The critical path could probably be reworked in the future to not hang onto those references. PiperOrigin-RevId: 151747605
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/skyframe/FileSymlinkCycleException.java')
0 files changed, 0 insertions, 0 deletions