Commit 0dfce4d
committed
Don't use
According to its comment, this query was only using `anon` to save a little bit
of work for a dep graph node that is expected to have no dependencies.
Benchmarks indicate that the perf loss, if any, is small enough to be justified
by the fact that we can now remove support for `anon` queries.
Adding `no_hash` appears to give marginally better perf results.anon for query erase_and_anonymize_regions_ty
1 parent 70f3e09 commit 0dfce4d
1 file changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
767 | 767 | | |
768 | 768 | | |
769 | 769 | | |
770 | | - | |
771 | | - | |
772 | | - | |
773 | | - | |
774 | | - | |
775 | | - | |
776 | | - | |
777 | 770 | | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
778 | 774 | | |
779 | 775 | | |
780 | 776 | | |
| |||
0 commit comments