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.
pub fn run_source_with_report(
source: &str,
instruction_budget: usize,
) -> Result<GcRunSuccess, GcRunError>Parse, compile, execute with deterministic GC settings, then collect cycles.