-
```
We do a lot of legwork to decide which classloader to load generated classes
in. None of this code
is particularly related to dependency-injection. But it's just necessary to
solve imposed by
…
-
In this function:
https://github.com/dotnet/runtime/blob/e2e43f44f1032780fa7c2bb965153c9da615c3d0/src/coreclr/src/jit/layout.cpp#L429
we are iteration over all slots if two layouts have same size …
-
During benchmarking AoS/SoA ray-tracer https://github.com/dotnet/coreclr/pull/18839, we found that the `Vector3` benchmark ([RayTracer](https://github.com/dotnet/coreclr/tree/master/tests/src/JIT/Perf…
-
```
We do a lot of legwork to decide which classloader to load generated classes
in. None of this code
is particularly related to dependency-injection. But it's just necessary to
solve imposed by
…
-
The core of the src\tests\JIT\Performance\CodeQuality\Benchstones\BenchI\Array2\Array2.cs benchmark is this loop:
```
for (; loop != 0; loop--) {
for (int i = 0; i < 10; i++) {
for (…
-
While working on this PR - https://github.com/dotnet/roslyn-analyzers/pull/2234 several problematic unit tests were revealed, 20 to be exact, all of which have for now been silenced by passing `testFi…
-
#### Analyzer package
[Microsoft.CodeQuality.Analyzers](https://www.nuget.org/packages/Microsoft.CodeQuality.Analyzers)
#### Package Version
Unreleased code in master
#### Diagnostic ID
…
-
## Leftovers from the previous week
* [x] A version tagged `A-gradle` is in the repo(:heavy_check_mark: well done!)( :warning: **The tag is slightly different from the expected value (`A-Gradle`). …
-
- [ ] After SonarQube and/or LGTM have been set up (#98), fix all high severity issues that the tools report on the main branch
- [ ] Also go through all lower severity issues and decide whether they…
-
## Leftovers from the previous week
* You are done with previous weeks work(:heavy_check_mark: well done!)
## Progress of this week
* [ ] At least 2 PRs are in your fork (:exclamation: try to do …