This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
solana_rbpf v0.2.22
Fixes:
- #263 Fix: JIT instruction meter in exit instruction
- #262 Fix: JIT callx unsupported instruction
- #258 Fix: Don't munmap nothing
Other Changes:
- #261 Feature: disable_unresolved_symbols_at_runtime
- #256 Cleanup: Feature gate related configs
- #254 calc executable size
- #251 Add option to disable ldabs* and ldind* instructions
Performance:
- #260 JIT: don't blind safe constants
- #259 Elf load optimizations
- #257 Performance: JIT syscall
- #255 Performance: Truncate mmap
- #252 Performance: JIT emit_bpf_call()
Test Builds:
- #253 CI: Add more memory_region bounds check tests