Skip to content

Commit 4ec0612

Browse files
committed
perf: test zoxc's rustc-hash fork
1 parent 4e8fb74 commit 4ec0612

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

Cargo.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ dependencies = [
563563
"chalk-derive",
564564
"chalk-ir",
565565
"chalk-solve",
566-
"rustc-hash",
566+
"rustc-hash 1.1.0",
567567
"tracing",
568568
]
569569

@@ -590,7 +590,7 @@ dependencies = [
590590
"indexmap",
591591
"itertools 0.10.1",
592592
"petgraph",
593-
"rustc-hash",
593+
"rustc-hash 1.1.0",
594594
"tracing",
595595
"tracing-subscriber",
596596
"tracing-tree",
@@ -2250,7 +2250,7 @@ dependencies = [
22502250
"memmap2",
22512251
"parking_lot",
22522252
"perf-event-open-sys",
2253-
"rustc-hash",
2253+
"rustc-hash 1.1.0",
22542254
"smallvec",
22552255
]
22562256

@@ -2264,7 +2264,7 @@ dependencies = [
22642264
"memmap2",
22652265
"parking_lot",
22662266
"perf-event-open-sys",
2267-
"rustc-hash",
2267+
"rustc-hash 1.1.0",
22682268
"smallvec",
22692269
]
22702270

@@ -2775,7 +2775,7 @@ checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
27752775
dependencies = [
27762776
"datafrog",
27772777
"log",
2778-
"rustc-hash",
2778+
"rustc-hash 1.1.0",
27792779
]
27802780

27812781
[[package]]
@@ -3306,6 +3306,11 @@ dependencies = [
33063306
"rustc-std-workspace-core",
33073307
]
33083308

3309+
[[package]]
3310+
name = "rustc-hash"
3311+
version = "1.0.1"
3312+
source = "git+https://github.com/Zoxc/rustc-hash/?branch=new-hash#a5a1e17e92967bb98ff8513d25a9bc07bf12caca"
3313+
33093314
[[package]]
33103315
name = "rustc-hash"
33113316
version = "1.1.0"
@@ -3637,7 +3642,7 @@ dependencies = [
36373642
"measureme 10.0.0",
36383643
"memmap2",
36393644
"parking_lot",
3640-
"rustc-hash",
3645+
"rustc-hash 1.0.1",
36413646
"rustc-rayon",
36423647
"rustc-rayon-core",
36433648
"rustc_graphviz",

compiler/rustc_data_structures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cfg-if = "0.1.2"
1919
stable_deref_trait = "1.0.0"
2020
rayon = { version = "0.3.2", package = "rustc-rayon" }
2121
rayon-core = { version = "0.3.2", package = "rustc-rayon-core" }
22-
rustc-hash = "1.1.0"
22+
rustc-hash = { git = "https://github.com/Zoxc/rustc-hash/", branch = "new-hash" }
2323
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
2424
rustc_index = { path = "../rustc_index", package = "rustc_index" }
2525
bitflags = "1.2.1"

0 commit comments

Comments
 (0)