mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 00:37: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
|
@ -454,6 +454,9 @@
|
|||
input-program))
|
||||
(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")
|
||||
|
|
Loading…
Add table
Reference in a new issue