-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: f860bce
head repository: dotnet/runtime
compare: b3a9b0b
- 7 commits
- 52 files changed
- 8 contributors
Commits on Sep 14, 2021
-
[release/6.0] [tvOS] Be less eager in creating the non-existent speci…
…al folders (#59024) Co-authored-by: Filip Navara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56c8a9c - Browse repository at this point
Copy the full SHA 56c8a9cView commit details -
[release/6.0] [wasm][debugger] Fix pause on exception behavior (#58895)
Co-authored-by: Ankit Jain <[email protected]> Co-authored-by: Thays <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 819bc3a - Browse repository at this point
Copy the full SHA 819bc3aView commit details -
[wasm] Fix circular dependency in WasmAppBuilder (#58905)
Fixes #58816 Co-authored-by: Ankit Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 830003d - Browse repository at this point
Copy the full SHA 830003dView commit details -
[release/6.0] Change PKCS12 password to assist with credscan (#59080)
* Change PKCS12 password to assist with credscan * Use placeholder for password Co-authored-by: Kevin Jones <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fefe82f - Browse repository at this point
Copy the full SHA fefe82fView commit details -
[release/6.0] Support JsonExtensionData in STJ source-gen (#59047)
* Support JsonExtensionData in STJ source-gen * Address review feedback Co-authored-by: Layomi Akinrinade <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db4c0c2 - Browse repository at this point
Copy the full SHA db4c0c2View commit details -
Fix sample profiler resolution on Windows. (#59056)
If sample profiler was initially created before sampling has been enabled, happens when setting up sessions during startup, sample_profiler_load_dependecies won't get called, meaning we won't setup timeBeginPeriod/timeEndPeriod on Windows, and won't adjust default scheduling resolution to 1ms staying on default 16ms. There is a ref count check in current sample_profiler_enable checking if we should call sample_profiler_load_dependecies (_ref_count == 0), but in case where we can't start profiling _can_start_sampling == false, we won't call sample_profiler_enable but always increase _ref_count that in turn will prevent calls to sample_profiler_load_dependecies when enabling sample profiler and that in turn won't call timeBeginPeriod staying on default scheduling resolution. Fix is to always call sample_profiler_load_dependecies making sure we will setup needed dependencies when _ref_count == 0. Co-authored-by: lateralusX <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf2a7d0 - Browse repository at this point
Copy the full SHA bf2a7d0View commit details -
[release/6.0] Remove benign assert (#59044)
* Remove benign assert It is perfectly possible for us to replace a promoted struct by its only field where that field is marked do-not-enregister. Since this path does handle the proper retyping when normalization is required this assertion is benign. Fix #58972 * Fix test Co-authored-by: Jakob Botsch Nielsen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3a9b0b - Browse repository at this point
Copy the full SHA b3a9b0bView 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 f860bce...b3a9b0b