-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* removes CowCachedExecutors (#22343) Copy-on-write semantics for cached executors can be implemented by a simple Arc<CachedExecutors> as opposed to CowCachedExecutors: https://github.com/solana-labs/solana/blob/f1e2598ba/runtime/src/bank.rs#L244-L247 This will also avoid the need for double locking as in: https://github.com/solana-labs/solana/blob/f1e2598ba/runtime/src/bank.rs#L3490-L3491 https://github.com/solana-labs/solana/blob/f1e2598ba/runtime/src/bank.rs#L3525-L3526 (cherry picked from commit c2389fc) # Conflicts: # runtime/src/bank.rs * removes backport merge conflicts Co-authored-by: behzad nouri <[email protected]>
- Loading branch information
1 parent
b30c726
commit 299a59f
Showing
1 changed file
with
53 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters