Skip to content

solana_rbpf v0.2.22

Compare
Choose a tag to compare
@Lichtso Lichtso released this 17 Mar 19:09
· 307 commits to main since this release
6adc245

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