solana-labs / rbpf

Rust virtual machine and JIT compiler for eBPF programs
Apache License 2.0
277 stars 169 forks source link

Introduce `ebpf::RETURN` instruction #607

Closed LucasSte closed 3 weeks ago

LucasSte commented 3 weeks ago

This PR introduces the return instruction in the 0x9d opcode. (See https://github.com/solana-foundation/solana-improvement-documents/pull/178)

PS: The SIMD needs to be amended with the instruction name, which changed from exit to return.

LucasSte commented 3 weeks ago

Superseded by #610.