This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
solana_rbpf v0.2.38
- #429: Fix - Monorepo build
- #428: Refactor - Pass
Config
inBuiltInProgram::new_loader()
- #427: Recompiled all ELFs with SBFv2
- #426: Refactor - Move function names in
BuiltInPrograms
- #425: Refactor - Rename
SyscallRegistry
toBuiltInProgram
- #412: Refactor -
disassemble_instruction()
in order to get rid of generic - #423: Refactor - Removes redundant Interpreter wrapping in debugger
- #422: Feature - Memory management on Windows
- #413: Refactor - Wraps
SyscallRegistry
instd::sync::Arc
- #421: Refactor - Remove
RuntimeEnvironment::frame_pointer
- #420: Refactor - Unify handling of
ProgramResult
- #419: Refactor -
AccessViolation
pc - #418: Refactor - Control registers and entry of Interpreter in VM
- #417: Refactor - Simplifies the call stack handling inside the Interpreter
- #416: Cleanup - cfg, cargo fmt and clippy
- #415: Cleanup -
JitCompiler
andJitProgram
- #414: Refactor -
RuntimeEnvironment