pub fn lift_block(
arch: RiscVArch,
view: &MemoryView<'_>,
start_pc: u64,
) -> Option<Nnil>Expand description
Lifts one control-flow region so that the runtime can compile code only when it is needed.
start_pc is a guest virtual address. The result ends at a branch, jump, system call, or
breakpoint. None means that instruction bytes were not executable or were not present.