definitions: remove DefPathTable, merge index_to_key and def_path_hashes#156963
definitions: remove DefPathTable, merge index_to_key and def_path_hashes#156963aerooneqq wants to merge 3 commits into
DefPathTable, merge index_to_key and def_path_hashes#156963Conversation
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
definitions: remove `DefPathTable`, merge `index_to_key` and `def_path_hashes`
|
Maybe need to restart perf, there were problems with github actions. |
|
@bors try cancel |
|
Try build cancelled. Cancelled workflows: |
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
definitions: remove `DefPathTable`, merge `index_to_key` and `def_path_hashes`
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (29d6359): comparison URL. Overall result: ❌ regressions - please read:Benchmarking means the PR may be perf-sensitive. It's automatically marked not fit for rolling up. Overriding is possible but disadvised: it risks changing compiler perf. Next, please: If you can, justify the regressions found in this try perf run in writing along with @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 3.3%, secondary -0.9%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 2.1%, secondary -2.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 511.751s -> 510.109s (-0.32%) |
This PR removes
DefPathTableand mergesindex_to_keywithdef_path_hashesas they are always updated together.r? @petrochenkov