This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.17 - Cooperative Program Loading (#34487)
* Disables verification-less reloading. * Refactors LoadedPrograms::extract() to use a mutable parameter instead of returning the list of missing entries. * cargo fmt * Refactors LoadedPrograms::extract() to use a mutable parameter instead of returning a LoadedProgramsForTxBatch. * Adds explicit SecondLevel structure to LoadedPrograms. * Adds cooperative_loading_task. * Implements cooperative loading in the bank. * Fixes fork graph in tests. * Adds LoadingTaskWaiter.
- Loading branch information