solana/programs/bpf
behzad nouri a01291069a
initializes thread-pools with lazy_static instead of thread_local (#24853)
In addition to thread_local -> lazy_static change, a number of thread-pools are
initialized with get_max_thread_count to achieve parity with the older code in
terms of number of validator threads.
2022-05-05 20:00:50 +00:00
..
benches Singlular syscall context (#24204) 2022-04-11 16:05:09 -07:00
c Fix CPI duplicate account privilege escalation (#22752) 2022-01-28 00:52:02 +01:00
rust Simplify register and bind (#24724) 2022-04-28 10:24:42 +02:00
tests Bump solana_rbpf to v0.2.28 (#24800) 2022-04-30 10:58:12 +02:00
.gitignore
Cargo.lock initializes thread-pools with lazy_static instead of thread_local (#24853) 2022-05-05 20:00:50 +00:00
Cargo.toml Bump solana_rbpf to v0.2.28 (#24800) 2022-04-30 10:58:12 +02:00
build.rs sim: Override slot hashes account on simulation bank (#24543) 2022-04-22 12:32:31 +02:00