solana-with-rpc-optimizations/program-runtime
Alexander Meißner 36f46e1c31
CPI Account Reuse (#19762)
* Removes two account copy steps from InstructionProcessor::native_invoke().

* Moves gathering of keyed_accounts, caller_write_privileges and program_indices into InstructionProcessor::create_message().

* Explicitly routes the serialized account lengths to enable sharing of existing account structures.

* Recycles existing account structs in CPI syscall.
2021-09-18 08:09:47 +02:00
..
benches cleanup old features (#19956) 2021-09-17 09:46:49 -07:00
src CPI Account Reuse (#19762) 2021-09-18 08:09:47 +02:00
Cargo.toml
build.rs