mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 15:27:36 +02:00
Only generate call history for top-level (or library) defines
This commit is contained in:
parent
38099bb3c6
commit
47f43d54c0
1 changed files with 3 additions and 1 deletions
|
@ -1253,7 +1253,9 @@
|
||||||
"") ; No varargs, skip
|
"") ; No varargs, skip
|
||||||
(c:serialize
|
(c:serialize
|
||||||
(c:append
|
(c:append
|
||||||
(c-code (st:->code trace))
|
(c-code
|
||||||
|
;; Only trace when entering initial defined function
|
||||||
|
(if has-closure? "" (st:->code trace)))
|
||||||
body)
|
body)
|
||||||
" ")
|
" ")
|
||||||
"; \n"
|
"; \n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue