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

RuntimeFeature.IsSupported("EmitIL") would be a useful feature check. #24467

Closed
JonHanna opened this issue Dec 15, 2017 · 2 comments
Closed

RuntimeFeature.IsSupported("EmitIL") would be a useful feature check. #24467

JonHanna opened this issue Dec 15, 2017 · 2 comments
Milestone

Comments

@JonHanna
Copy link
Contributor

Whether one can emit IL or not is a significant difference between platforms, that impacts on the best approach to some problems, so it would be useful if RuntimeFeature could be queried about it.

This should close #17973 as well, which wishes to be able to enquire as to whether LamdbaExpression.Compile() can emit IL, which in turn depends on that feature.

@danmoseley
Copy link
Member

@karelz
Copy link
Member

karelz commented Dec 16, 2017

Duplicate of #24259

@karelz karelz closed this as completed Dec 16, 2017
@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 2.1.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants