Skip to content
Snippets Groups Projects
Commit 453f9891 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

zephyr/main: Don't unconditionally dump stats on each GC.

This was a debug output for initial porting, breaks tests.
parent d61ce320
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ void gc_collect(void) {
gc_collect_start();
gc_collect_root(&dummy, ((mp_uint_t)stack_top - (mp_uint_t)&dummy) / sizeof(mp_uint_t));
gc_collect_end();
gc_dump_info();
//gc_dump_info();
}
mp_lexer_t *mp_lexer_new_from_file(const char *filename) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment