runtime
https://github.com/dotnet/runtime
C#
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C# not yet supported165 Subscribers
View all SubscribersAdd a CodeTriage badge to runtime
Help out
- Issues
- JIT: optimize x64 integer-extension widths
- Fix Enum.Equals folding for nullable boxed arguments
- JIT: optimize struct copies and integer extensions
- Fix reflection access to misaligned fields in packed structs
- JIT: (bug) x64: `BitOperations.Log2`/`TrailingZeroCount` compared against 0 produces wrong results when the BSR/BSF fallback is used
- JIT: (bug) x64: unrolled memmove and initblk use YMM/ZMM but never emit `vzeroupper`
- JIT: (bug) assert `unreached` in `UpdateAncestorTypes` for `GT_STORE_LCL_FLD` with `(S?)(object)s` and a stack-allocated field
- JIT: (bug) Assertion failed '!node->IsUserCall()' during 'Rationalize IR' with an identity Vector128.Shuffle
- JIT: (bug) object stack allocation has no per-method frame budget - mutually exclusive allocations sum into the frame (stack overflow)
- [wip][Wasm] Emit R2R branch hints from profile data
- Docs
- C# not yet supported