Skip to content

Commit

Permalink
[experiment] Shared cache
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemitenkov committed Nov 2, 2024
1 parent a824ea1 commit f170a40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions aptos-move/aptos-vm/src/block_executor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,7 @@ impl BlockAptosVM {
Arc::clone(&RAYON_EXEC_POOL),
signature_verified_block,
state_view,
// TODO(loader_v2): Remove me once replay is done. For debug only.
Arc::new(ImmutableModuleCache::empty()),
// Arc::clone(&GLOBAL_MODULE_CACHE),
Arc::clone(&GLOBAL_MODULE_CACHE),
config,
transaction_commit_listener,
)
Expand Down

0 comments on commit f170a40

Please sign in to comment.