-
Notifications
You must be signed in to change notification settings - Fork 5.3k
JIT: Pass field's owner to getFieldType #96794
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
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsCloses #96787 Also, removes the variance check from: private readonly List<string> _list = new() { "a", "b", "c" };
[Benchmark]
public Span<string> AsSpan() => CollectionsMarshal.AsSpan(_list);Codegen diff (Main vs PR): https://www.diffchecker.com/dZnlDi91/
|
|
Existing related codegen bug: #96876 |
|
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
Closes #96787
Also, removes the variance check from:
Codegen diff (Main vs PR): https://www.diffchecker.com/dZnlDi91/