This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
solana_rbpf v0.2.33
- #363: Resolve unaligned memory regions
- #381: Fix - Lookup BPF function only if its not a syscall
- #379: AlignedMemory add write_*_unchecked variants
- #378: Fix - Adds MACHINE_CODE_PER_INSTRUCTION_METER_CHECKPOINT to code_length_estimate in JIT
- #380: Fix - Result type encoding in JIT
- #377: Cleanup - Turn Pin<Box<Executable<E, I>>> back to Executable<E, I>
- #376: Fix #355 - Do not use PhantomData if the JIT feature is active
- #338: Feature - Add debugger
- #355: Allow interpreter-only builds