-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Optimize scheduler #19
Copy link
Copy link
Closed
Labels
State: archivedState: The PR has been archived for possible future re-adaptationState: The PR has been archived for possible future re-adaptationType: enhancementThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentationThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Description
The scheduler - particular the function sched_run() - comprises some possibly unnecessary checks for null pointer and so on.
Additionally, some functionality is only need with certain modules (like NSS) activated and could be excluded (using precompiler instructions) if theses modules are not active.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
State: archivedState: The PR has been archived for possible future re-adaptationState: The PR has been archived for possible future re-adaptationType: enhancementThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentationThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation