Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moved gc pressure support from netstandard (mistake) to net5 #837

Closed
wants to merge 3 commits into from

Conversation

Scottj1s
Copy link
Member

@Scottj1s Scottj1s commented May 5, 2021

No description provided.

@@ -5383,6 +5393,22 @@ private % AsInternal(InterfaceTag<%> _) => _default;
default_interface_name,
default_interface_name,
bind<write_lazy_interface_initialization>(type),
[&](writer& w)
Copy link
Member

Choose a reason for hiding this comment

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

Do we care about doing the same in the default constructor (the one a C# caller would new up)? And how does GCPressureAttribute apply to derived types? Is it possibly for the base type to just have it or will any derived types also have that attribute? If not, maybe we want it in the protected derived constructor too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants