Closed srgbl closed 4 years ago
main game cycle has been created
each cycle we try to execute carry's code
every CYCLE_TO_DIE cycles we check that each process has executed at least one 'live' since the last check. Otherwise process should be killed.
decrease CYCLE_TO_DIE of CYCLE_DELTA units If there were at least NBR_LIVE executions of 'live' since the latest check up
we finish main cycle when there is no carries anymore.
main game cycle has been created
each cycle we try to execute carry's code
every CYCLE_TO_DIE cycles we check that each process has executed at least one 'live' since the last check. Otherwise process should be killed.
decrease CYCLE_TO_DIE of CYCLE_DELTA units If there were at least NBR_LIVE executions of 'live' since the latest check up
we finish main cycle when there is no carries anymore.