Skip to content

Commit

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

0 comments on commit 6ad2504

Please sign in to comment.