pub fn dump_ssa_file(file: &Tjs2File) -> Result<String>Expand description
Build CFG + SSA for each object and return a text dump.
This is a parallel pipeline to the executable-emitter mode. The dump is a developer-facing artifact intended for validation.