Skip to content

Commit ae2c842

Browse files
authored
Upgrade to regalloc2 v0.2.2. (#4222)
Pulls in an improvement to spillslot allocation (bytecodealliance/regalloc2#56).
1 parent d65d8b2 commit ae2c842

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cranelift/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde = { version = "1.0.94", features = ["derive"], optional = true }
2323
bincode = { version = "1.2.1", optional = true }
2424
gimli = { version = "0.26.0", default-features = false, features = ["write"], optional = true }
2525
smallvec = { version = "1.6.1" }
26-
regalloc2 = { version = "0.2.1", features = ["checker"] }
26+
regalloc2 = { version = "0.2.2", features = ["checker"] }
2727
souper-ir = { version = "2.1.0", optional = true }
2828
# It is a goal of the cranelift-codegen crate to have minimal external dependencies.
2929
# Please don't add any unless they are essential to the task of creating binary

0 commit comments

Comments
 (0)