Skip to main content

run_source_with_report

Function run_source_with_report 

Source
pub fn run_source_with_report(
    source: &str,
    instruction_budget: usize,
) -> Result<GcRunSuccess, GcRunError>
Expand description

Parse, compile, execute with deterministic GC settings, then collect cycles.