Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

solana_rbpf v0.2.30

Compare
Choose a tag to compare
@Lichtso Lichtso released this 03 Jun 11:33
· 242 commits to main since this release
1425e19
  • #339: Fix: *const u8 ptr in JitProgramSections
  • #337: Refactor: Remove Result from all emit functions
  • #336: Cleanup: Shifts down anchor indices
  • #335: Cleanup: Move encoding of jump & call instructions into X86Instruction
  • #334: Makes X86Instruction publicly unconstructable
  • #333: Optimize random no-op insertion
  • #332: Refactor: Offset the IP/PC section
  • #331: JIT: Aggressively inline emitter functions
  • #330: Refactor: Removes derived traits from the code emitter
  • #328: Refactor: Anchor relocations in JIT
  • #327: CI: Remove invalid tests
  • #326: Speedup X86Instruction::emit()
  • #325: Refactor: Remove sdiv anchor in JIT
  • #324: Fix CI
  • #323: Add verifier negative jump bounds test