Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Fix recursive reserve call in ProtoGC #2101

Merged
merged 1 commit into from Feb 20, 2018

Conversation

schveiguy
Copy link
Member

Also added global scope operator to all gc_* calls from ProtoGC to clarify that they are the global functions and not members (would have potentially helped catch the original issue).

See #2057 (comment)

Ping @somzzz @andralex @klickverbot @MartinNowak

I did not do anything about the race condition on the root/range lists, as I don't know the correct direction to choose there.

…or to all gc_* calls from ProtoGC to clarify that they are the global functions.
@schveiguy schveiguy added the Trivial typos, formatting, comments label Feb 20, 2018
@dlang-bot
Copy link
Contributor

Thanks for your pull request, @schveiguy!

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

Copy link
Member

@andralex andralex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@andralex andralex merged commit 3334ab0 into dlang:master Feb 20, 2018
@schveiguy schveiguy deleted the fixprotogcreserve branch February 20, 2018 15:01
@schveiguy
Copy link
Member Author

Dammit, I just realized this should have targeted stable, I didn't realize Martin had forked after the ProtoGC thing was added. @MartinNowak can you cherry pick this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Trivial typos, formatting, comments
Projects
None yet
3 participants