-
**Repro**:
- Install `Roslyn Diagnostic Tools`
- Enable `Force Low Memory Mode`
- Load a medium size project, such as Roslyn-Analyzers
**Result**:
Project takes around 5-10 additional seconds to loa…
-
### Describe the bug
While working on a big V file my pc suddenly froze.
After restarting and another few hours, I checked what's slowing everything down again.
The v-analyzer was taking up 1.6gb ,…
-
I could integrate DRAMSys as per the example script in gem5 (SE simulation).
However, I am failing to do so for ARM O3 CPU FS simulation.
I am trying run with ddr4-example.json fil ein DRAMSys and…
-
**rust-analyzer version**: rust-analyzer 1.81.0 (eeb90cd 2024-09-04)
**rustc version**: rustc 1.81.0 (eeb90cda1 2024-09-04)
**editor or extension**: neovim with rustaceanvim and default configur…
-
I suspect it's possible to have support for DERP integrating directly with signal decoders/analyzers like PulseView
It looks like either TCP/IP or creating a virtual serial port to emulate the Open…
-
We have an existing analyzer/fixer [CA2249](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2249) that flags patterns like `string.IndexOf('a') >= 0` and suggests replaci…
-
In this example, `MacroA` generates a class `CreatedByMacroA` with `MacroB` applied to it. In turn, `MacroB` should generate a class `CreatedByMacroB`, but it does not.
main.dart:
```dart
import …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR38176](https://bugs.llvm.org/show_bug.cgi?id=38176) |
| Status | NEW |
| Importance | P normal |
|…
-
It is really easy to accidentally wrap byte array into a ReadOnlyMemory structure and thus change what might seem unchangeable on the surface. For example take the following code:
```C#
static Rea…
-
Right now WidgetState is a pretty chunky struct. VSCode with Rust Analyzer currently tells us:
```
// size = 296 (0x128), align = 0x8
```
Yeah. Three and a half widgets are enough to fill a ki…