-
Compile, profile, compile again. This can give 3%-20% improvements.
- gcc pgo https://gcc.gnu.org/wiki/AutoFDO/Tutorial
- https://ddmler.github.io/compiler/2018/06/29/profile-guided-optimization.h…
-
_Is it a private platform specific feature? (i.e. would it break your NDA?)
No.
**Is your feature request related to a problem? Please describe (REQUIRED):**
Not a problem. Just an idea of how to…
-
[Build](https://mihubot.xyz/runtime-utils/9bc323b97ec647dba51ecea917372f60) completed in 2 hours 40 minutes.
### CoreLib diffs
```
Found 2 files with textual diffs.
Summary of Code Size diffs:
(Lo…
-
Hi!
Recently I started evaluating using Profile-Guided Optimization (PGO) for optimizing different kinds of software - all my current results are available in my GitHub [repo](https://github.com/za…
-
if so, can you provide a PGO file or mention the steps to make a PGO profile? thanks
-
Hi!
Recently I checked many optimizations like PGO and PLO (mostly with LLVM BOLT) improvements on multiple projects. The results are available [here](https://github.com/zamazan4ik/awesome-pgo/). A…
-
### Description
I did some testing applying PGO (profile guided optimizations) to Typst, this includes compiling twice, and collecting information by sampling function call patterns, this enables bet…
-
Now that we have static managed PGO data flowing around, we need a way to track and audit the data:
* updates to the managed PGO data should be visible as commits in the repo, so we can reproduce old…
-
I had a look at this but still need to install llvm for it to work https://users.rust-lang.org/t/what-is-the-current-status-of-pgo-support-in-rust/20367/2
-
Hi!
I did a lot of Profile-Guided Optimization (PGO) benchmarks recently on different kinds of software - all currently available results are located at https://github.com/zamazan4ik/awesome-pgo . …