mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Remove debug code
This commit is contained in:
parent
4ce75a2213
commit
0eb6be21d4
1 changed files with 1 additions and 1 deletions
|
@ -2715,7 +2715,7 @@ fprintf(stdout, "DEBUG, starting major mark/sweep GC\n"); // JAE DEBUG
|
||||||
}
|
}
|
||||||
max_freed = gc_collect(Cyc_heap, &freed);
|
max_freed = gc_collect(Cyc_heap, &freed);
|
||||||
printf("done, freed = %d, max_freed = %d\n", freed, max_freed);
|
printf("done, freed = %d, max_freed = %d\n", freed, max_freed);
|
||||||
exit(1); // JAE DEBUG
|
//exit(1); // JAE DEBUG
|
||||||
}
|
}
|
||||||
|
|
||||||
//fprintf(stdout, "DEBUG, finished minor GC\n"); // JAE DEBUG
|
//fprintf(stdout, "DEBUG, finished minor GC\n"); // JAE DEBUG
|
||||||
|
|
Loading…
Add table
Reference in a new issue