forked from dotnet/fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add perf notes archive (dotnet#16504)
- Loading branch information
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
This is just a typed version of [these notes](https://github.com/dotnet/fsharp/issues/16498), generated during perf discussions on summer of 2023. Can be used as a reference point. | ||
|
||
--- | ||
|
||
# Comparisons | ||
- OCaml | ||
- Scala | ||
- C# | ||
- Rust | ||
|
||
# Underlying problems | ||
- LOH allocations | ||
- Build does too much for deltas | ||
- GC Gen 2 | ||
|
||
# Major problems | ||
- Script start up CLI | ||
- Build on Linux & Mac | ||
- Glitches in test discovery | ||
- Edit & test workflow | ||
- Edit & run workflow | ||
- Edit & check workflow | ||
- Unnecessary rebuilds | ||
|
||
# Hosted compiler problems | ||
- Stamp overflow | ||
- Non-deterministic | ||
- Memory leaks | ||
- Infinite loops | ||
- Stay resident compiler | ||
- Permission elevation | ||
|
||
# Minor problems | ||
- Benchmarking | ||
- Squigglies | ||
- Colorization | ||
- Debug | ||
- Press dot | ||
|
||
# Incremental phases | ||
- Incremental parsing file | ||
- Incremental checking file | ||
- Incremental optimization for deltas | ||
- Cascading DLL builds | ||
- Incremental DLL builds | ||
- Incremental ILxGen for deltas | ||
- Incremental assembly generation | ||
- Incremental PDB generation for deltas | ||
|
||
# Community guidelines | ||
- Community leadership | ||
- Community enablement for tool performance | ||
- Performance acceptance criteria | ||
- Performance running | ||
- Docs for tooling performance |