mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 14:57:36 +02:00
Updated comments
This commit is contained in:
parent
d69f3c89ca
commit
3f8526f3c5
1 changed files with 3 additions and 3 deletions
6
gc.c
6
gc.c
|
@ -400,7 +400,7 @@ static const int gc_color_blue = 3;
|
|||
static int gc_status_coll;
|
||||
static int gc_stage;
|
||||
|
||||
// Mutator functions
|
||||
// GC functions called by the Mutator threads
|
||||
|
||||
void gc_mut_update()
|
||||
{
|
||||
|
@ -424,7 +424,7 @@ void gc_mut_cooperate()
|
|||
// statusm = statusc
|
||||
}
|
||||
|
||||
// Collector functions
|
||||
// Collection cycle
|
||||
// GC functions calld by the Collector thread
|
||||
// GC Collection cycle
|
||||
|
||||
// END tri-color marking section
|
||||
|
|
Loading…
Add table
Reference in a new issue