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
8c63ef18
Commit
8c63ef18
authored
Apr 12, 2014
by
Damien George
Browse files
Merge pull request #465 from xbe/unix-gc
unix: Fix GC not tracing .data
parents
8f193175
a36a55d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/gccollect.c
View file @
8c63ef18
...
...
@@ -77,7 +77,7 @@ void gc_collect(void) {
//gc_dump_info();
gc_collect_start
();
// this traces
.data and
.bss section
s
// this traces
the
.bss section
#ifdef __CYGWIN__
#define BSS_START __bss_start__
#else
...
...
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