mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 13:49:16 +02:00
Remove printf
This commit is contained in:
parent
c82223d0f4
commit
e78a3e29bf
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -1386,7 +1386,7 @@ fprintf(stderr, "slow alloc of %p\n", result);
|
||||||
// h_passed->num_unswept_children < (GC_COLLECT_UNDER_UNSWEPT_HEAP_COUNT * 128)) ||
|
// h_passed->num_unswept_children < (GC_COLLECT_UNDER_UNSWEPT_HEAP_COUNT * 128)) ||
|
||||||
h_passed->num_unswept_children < GC_COLLECT_UNDER_UNSWEPT_HEAP_COUNT)) {
|
h_passed->num_unswept_children < GC_COLLECT_UNDER_UNSWEPT_HEAP_COUNT)) {
|
||||||
// gc_num_unswept_heaps(h_passed) < GC_COLLECT_UNDER_UNSWEPT_HEAP_COUNT)){
|
// gc_num_unswept_heaps(h_passed) < GC_COLLECT_UNDER_UNSWEPT_HEAP_COUNT)){
|
||||||
printf("major collection heap_type = %d h->num_unswept = %d, computed = %d\n", heap_type, h_passed->num_unswept_children, gc_num_unswept_heaps(h_passed));
|
// printf("major collection heap_type = %d h->num_unswept = %d, computed = %d\n", heap_type, h_passed->num_unswept_children, gc_num_unswept_heaps(h_passed));
|
||||||
//if (h_passed->num_unswept_children != gc_num_unswept_heaps(h_passed)) {
|
//if (h_passed->num_unswept_children != gc_num_unswept_heaps(h_passed)) {
|
||||||
// printf("ERROR, counts do not match!\n");
|
// printf("ERROR, counts do not match!\n");
|
||||||
//}
|
//}
|
||||||
|
|
Loading…
Add table
Reference in a new issue