solana-with-rpc-optimizations/program-runtime/src
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
..
instruction_processor.rs CPI Account Reuse (#19762) 2021-09-18 08:09:47 +02:00
lib.rs Add solana-program-runtime crate (#19438) 2021-08-27 00:30:36 +00:00
native_loader.rs Add solana-program-runtime crate (#19438) 2021-08-27 00:30:36 +00:00