mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
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:
parent
b3e4a9feb6
commit
c531799663
1 changed files with 3 additions and 0 deletions
|
@ -455,6 +455,9 @@
|
||||||
(trace:info "---------------- after closure-convert:")
|
(trace:info "---------------- after closure-convert:")
|
||||||
(trace:info (ast:ast->pp-sexp input-program))
|
(trace:info (ast:ast->pp-sexp input-program))
|
||||||
|
|
||||||
|
(trace:info "---------------- analysis db: ")
|
||||||
|
(trace:info (adb:get-db))
|
||||||
|
|
||||||
(when (not *do-code-gen*)
|
(when (not *do-code-gen*)
|
||||||
(trace:error "DEBUG, existing program")
|
(trace:error "DEBUG, existing program")
|
||||||
(exit 0))
|
(exit 0))
|
||||||
|
|
Loading…
Add table
Reference in a new issue