-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[multicore][summary] do not cache incomplete summaries
Summary: Caching an empty summary when the summary is first created creates the potential for races since the cache is shared. This diff stops caching empty summaries and changes the logic of storing summaries so that mutations happen before caching. Summaries remain mutable and specialisation, in particular, may still create problems, but this is for the future. Reviewed By: jvillard Differential Revision: D68198006 Privacy Context Container: L1208441 fbshipit-source-id: 297e9e5941201810efb53b477ac9c169ce86f629
- Loading branch information
1 parent
370f5fc
commit ca4f3ff
Showing
4 changed files
with
14 additions
and
18 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
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