-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Un-inline fallback code in unpredictableSeed (#76)
* Un-inline fallback code in unpredictableSeed `unpredictableSeed` includes a block of fallback code which is seldom called. Moving this to a separate function and preventing it from being inlined will improve cache-friendliness. * Use _expect in unpredictableSeed to hint the fallback is probably not called
- Loading branch information
Showing
1 changed file
with
53 additions
and
45 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