You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -270,6 +270,7 @@ You can print the content of a vector register like so:
270
270
-`stackalloc` arrays should probably not be used in class instances.
271
271
- In C#, `struct` might be preferable to `class` instances as it makes it clear that the data is thread local.
272
272
- You can ask for an asm dump: `DOTNET_JitDisasm=NEON64HTMLScan dotnet run -c Release`. See [Viewing JIT disassembly and dumps](https://github.com/dotnet/runtime/blob/main/docs/design/coreclr/jit/viewing-jit-dumps.md).
273
+
- You can get profiling data: `dotnet run -c Release -- -p EP`.
0 commit comments