Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
453f9891
Commit
453f9891
authored
Feb 14, 2017
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
zephyr/main.c
View file @
453f9891
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment