Emit analysis DB after closure conv

This allows us to see the final DB prior to C code generation, as we are now modifying it after the CPS optimization phase.
This commit is contained in:
Justin Ethier 2018-09-20 12:50:22 -04:00
parent b3e4a9feb6
commit c531799663

View file

@ -455,6 +455,9 @@
(trace:info "---------------- after closure-convert:")
(trace:info (ast:ast->pp-sexp input-program))
(trace:info "---------------- analysis db: ")
(trace:info (adb:get-db))
(when (not *do-code-gen*)
(trace:error "DEBUG, existing program")
(exit 0))