solana/programs/bpf_loader/src
Alexander Meißner 1d813ea078
Refactor: Make program_id always last in program chain (#20598)
* Replaces program_id field in InvokeContextStackFrame by index.

* Swaps order of program account and programdata account.

* Removes program_id parameter from InvokeContext::push().
2021-10-13 08:58:20 +02:00
..
alloc.rs
allocator_bump.rs Resolve nightly-2021-10-05 clippy complaints 2021-10-06 10:37:58 -07:00
deprecated.rs Make BPF Loader static (#11516) 2020-08-14 12:32:45 -07:00
lib.rs Refactor: Make program_id always last in program chain (#20598) 2021-10-13 08:58:20 +02:00
serialization.rs Allow programs to realloc their accounts within limits (#19475) 2021-09-28 01:13:03 -07:00
syscalls.rs Refactor: Remove program_id from process_instruction() (#20540) 2021-10-10 22:29:18 +02:00
upgradeable.rs Upgradeable loader (#13689) 2020-12-14 15:35:10 -08:00
upgradeable_with_jit.rs Upgradeable loader (#13689) 2020-12-14 15:35:10 -08:00
with_jit.rs Validator CLI option to enable just-in-time compilation of BPF (#13789) 2020-12-07 09:49:55 +01:00