D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 20550 - Use fixed seeds for treaps in GC
Summary: Use fixed seeds for treaps in GC
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: druntime (show other issues)
Version: D2
Hardware: All All
: P1 enhancement
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2020-01-31 10:09 UTC by Nathan S.
Modified: 2020-02-06 12:47 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Nathan S. 2020-01-31 10:09:50 UTC
Only two treaps are initialized by the GC so each of them can be given a predetermined seed. Meager discussion began at https://github.com/ldc-developers/druntime/pull/168
Comment 1 Dlang Bot 2020-01-31 10:18:21 UTC
@n8sh created dlang/druntime pull request #2919 "Fix Issue 20550 - Use fixed seeds for treaps in GC" fixing this issue:

- Fix Issue 20550 - Use fixed seeds for treaps in GC

https://github.com/dlang/druntime/pull/2919
Comment 2 Dlang Bot 2020-02-06 12:47:11 UTC
dlang/druntime pull request #2919 "Fix Issue 20550 - Use fixed seeds for treaps in GC" was merged into master:

- bc5832a8a47c5009da19654258ac1a65434e3c0a by Nathan Sashihara:
  Fix Issue 20550 - Use fixed seeds for treaps in GC

https://github.com/dlang/druntime/pull/2919