-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: 551a44d
head repository: dotnet/runtime
compare: 279fb04
- 10 commits
- 25 files changed
- 8 contributors
Commits on Dec 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3ce96fa - Browse repository at this point
Copy the full SHA 3ce96faView commit details -
[mono][llvm] Added a null-check for 2-dim array access (#79450)
Configuration menu - View commit details
-
Copy full SHA for af8a9fa - Browse repository at this point
Copy the full SHA af8a9faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fe3afe - Browse repository at this point
Copy the full SHA 9fe3afeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ee88f0 - Browse repository at this point
Copy the full SHA 4ee88f0View commit details -
Make DacValidateMD more resilient to invalid MethodDesc (#79846)
The DacValidateMD is not resilient to invalid MethodDesc that contains NULL in its m_pMethTab field. It was found when using the ClrMD in the BenchmarkDotNet disassembler code which is trying to find if some constants in the code represent MethodDesc so that it can dump the related method name. This change fixes it by checking the MethodTable after it is extracted from the MethodDesc. There are two values that are not translated between the target and the debugger sides - NULL and -1. So I have added handling both as invalid there.
Configuration menu - View commit details
-
Copy full SHA for 934e583 - Browse repository at this point
Copy the full SHA 934e583View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90c7986 - Browse repository at this point
Copy the full SHA 90c7986View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e9d38 - Browse repository at this point
Copy the full SHA 82e9d38View commit details -
Wasm jiterpreter cleanup and bug fixes pt. 4 (#79324)
* Instead of jitting interp_entry wrappers for every entry point, record a hit count for each one and then queue it for JIT compilation once it's hit enough times * Add prefs controlling interp entry queue thresholds * Add support for using imported globals for pointer constants (to enable future threading/caching), off by default * Use base 36 for jiterpreter import names to save space
Configuration menu - View commit details
-
Copy full SHA for 429cda7 - Browse repository at this point
Copy the full SHA 429cda7View commit details
Commits on Dec 21, 2022
-
Fix Checked/Release asm diffs (#79844)
Code inside a `#ifdef DEBUG` had a side-effect not visible to Release builds. Pull that code out of the `#ifdef`. Fixes #79560
Configuration menu - View commit details
-
Copy full SHA for 53bdf40 - Browse repository at this point
Copy the full SHA 53bdf40View commit details -
Fix build for DUMP_GC_TABLES defined in Release (#79835)
* Fix build for DUMP_GC_TABLES defined in Release * Formatting
Configuration menu - View commit details
-
Copy full SHA for 279fb04 - Browse repository at this point
Copy the full SHA 279fb04View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 551a44d...279fb04