tracking control flow

This commit is contained in:
Vern Paxson 2024-06-12 15:05:24 -07:00
parent e479ccf3a0
commit 3dbaa141ec
8 changed files with 78 additions and 8 deletions

View file

@ -203,6 +203,7 @@ StmtPtr ZAMCompiler::CompileBody() {
auto zb = make_intrusive<ZBody>(fname, this);
zb->SetInsts(insts2);
zb->SetLocationInfo(body->GetLocationInfo());
// Could erase insts1 here to recover memory, but it's handy
// for debugging.