-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pal init: Init membarrier() before first thread to improve start time
Refactor InitializeFlushProcessWriteBuffers(): Split membarrier() initialization into a new InitializeMembarrier() helper function. InitializeMembarrier() earlier before first thread is created to improve process start time on Linux. More details can be found in issue 106722. Fixes #106722
- Loading branch information
Haris Okanovic
committed
Aug 20, 2024
1 parent
57502fc
commit 10107a0
Showing
3 changed files
with
49 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters