Changeset 1391 for branches/GNU/src/gcc/boehm-gc/alloc.c
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/boehm-gc/alloc.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 307 307 GC_stop_func stop_func; 308 308 { 309 if (GC_dont_gc) return FALSE; 309 310 if (GC_incremental && GC_collection_in_progress()) { 310 311 # ifdef CONDPRINT … … 387 388 register int i; 388 389 390 if (GC_dont_gc) return; 389 391 if (GC_incremental && GC_collection_in_progress()) { 390 392 for (i = GC_deficit; i < GC_RATE*n; i++) { … … 447 449 # endif 448 450 451 # if defined(REGISTER_LIBRARIES_EARLY) 452 GC_cond_register_dynamic_libraries(); 453 # endif 449 454 STOP_WORLD(); 450 455 # ifdef PRINTTIMES -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.