pub fn compile_script(
script_source: &str,
process_analyzer: &mut DwarfAnalyzer,
pid: Option<u32>,
trace_id: Option<u32>,
compile_options: &CompileOptions,
) -> Result<CompilationResult>Expand description
Main compilation interface with DwarfAnalyzer (multi-module support)
This is the new multi-module interface that uses DwarfAnalyzer to perform compilation across main executable and dynamic libraries