Optimize aligned memory used by the runtime (#17324)

This commit is contained in:
Jack May
2021-05-19 13:43:59 -07:00
committed by GitHub
parent e7073ecab1
commit 477898f682
9 changed files with 154 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ sha3 = "0.9.1"
solana-measure = { path = "../../measure", version = "=1.7.0" }
solana-runtime = { path = "../../runtime", version = "=1.7.0" }
solana-sdk = { path = "../../sdk", version = "=1.7.0" }
solana_rbpf = "=0.2.8"
solana_rbpf = "=0.2.9"
thiserror = "1.0"
[dev-dependencies]