Commit 3eeb41b
committed
[MemProf] Stop cloning traversal on single allocation type
We were previously checking this after recursing on all callers, but if
we already have a single allocation type there is no need to even look
at any callers. Didn't show a significant improvement overall, but it
does reduce the count of times we enter the identifyClones and do other
checks.1 parent b9e4bde commit 3eeb41b
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3407 | 3407 | | |
3408 | 3408 | | |
3409 | 3409 | | |
| 3410 | + | |
| 3411 | + | |
| 3412 | + | |
| 3413 | + | |
3410 | 3414 | | |
3411 | 3415 | | |
3412 | 3416 | | |
| |||
0 commit comments