pub fn execute_compiled(schedule: &ThunkSchedule, arena_buf: &mut [u8])Expand description
Execute a thunk schedule on a raw arena buffer. Fastest executor: call pre-compiled closures sequentially. Zero match dispatch — each closure is a direct kernel call.