Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
858 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
Created a pull request in dotnet/runtime that received 9 comments
Teach coreclr/src/tools about Checked configuration
We never test managed tools in Debug configuration because we never build the runtime partition in the Debug configuration - we only build Checked. B…
- Implement RhpGcPoll on x64
- Add MethodBodyScanner and ValueNode from linker repo
- Add helper class to read trimming dataflow annotations
- Remove mention of #199
- Fix behavior of interface dispatch on null instances
- Add convenience repro project
- Sort ILCompiler project to the top
- Build a selfcontained version of the compiler
- Include symbols in the compiler package
- Preserve optimization settings in tests to AOT build
- Fix issue in LayoutClassPtr and Char marshalling
- Annotate failing tests
- Add one more test exclusion
- Add test for hardware intrinsics
- Teach coreclr/src/tools about Checked configuration
- Mark System.Private assemblies as framework assemblies
- Fix issues in marshallers
- Home fully canonical instantiations into definition module
- Fix NuGet packages
- Disable value task pooling for native AOT
- Use standard C++ types
- Fix native library sample
- Disable reflection invoke for all byref-like arguments
- Fix GC safe mask for 64-bit
- Fix STA apartment handling
- Add note about editing experiment README.md
- Fix behavior of interface dispatch on null instances
- Port managed Array.Copy/Clear from CoreCLR version
- Add docs and samples
- Replace McgIntrinsics with function pointers
- Delete unused InitializedDataAttributes
- Fix and optimize SuppressGCTransition
- Add feature switch for disabling startup hooks
- Armel support in crossgen2
- Suppress trim analysis warnings inside reflection implementation
- Add the ability to remove COM support using ILLinker
- Port changes from dotnet/runtimelab
- [Crossgen2] Improve compilation throughput for types with many fields
- Differentiate between IMPL_LIMITATION and NO_WAY
- Integrate changes in shared files from dotnet/runtimelab:NativeAOT
Created an issue in dotnet/runtime that received 5 comments
Assertion failed during 'Mark local vars'
Assertion failed '(varDsc->lvType != TYP_UNDEF) && (varDsc->lvType != TYP_VOID) && (varDsc->lvType != TYP_UNKNOWN)' in 'FullProof:Test():int' durin…
- NullReferenceException not thrown for nullref in RhpInterfaceDispatch2
- Make it possible to run RunOnly tests
- JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654 failed
- MethodImpl decl processing
- Incorrect value of DllImportSearchPath passed to NativeLibrary callbacks
- Support covariant returns
- Support catch(T) in shared code
- Have limits on fields offsets
- Custom modifiers in reflection
- Disallow reflection setting readonly static fields
- Calli with explicit this in the signature
- NullRef in RhpByRefAssignRef not translated to NullReferenceException
- XSLT uses Ref.Emit
- DataContractSerializer uses Reflection.Emit
- InvalidCastException doesn't specify what type we're casting
- Support module constructors
- Stack overflow in RhpStackProbe
- typeof(object).IsAssignableFrom(typeof(byte*)) should be false
- Handle throwing from an exception filter block
- Misaligned cctor context when Vectors are present
- MakeGenericMethod use in Vector tests
- StackTrace doesn't skip "infra" frames at the top of stack
- Fail predictably and with better error message for WinRT
- Vector struct packing
- MarshalAs(UnmanagedType.Error)
- Some issues not shown.