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

solana_rbpf v0.1.11

Compare
Choose a tag to compare
@jackcmay jackcmay released this 16 May 03:46
  • Increase max call depth to accommodate Rust
  • Add support for .eh_frame and other RO regions
  • Ignore relocations with address of zero or unknown segment. This is a workaround since the modules are still fully functional and its not known at this time where these relocations come from.
  • Fix Call register (callx) instruction handling