issues
search
Kobzol
/
cargo-pgo
Cargo subcommand for optimizing Rust binaries/libraries with PGO and BOLT.
MIT License
562
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
docs: update PGO instrumentation instructions
#61
zamazan4ik
closed
1 month ago
0
A bit misleading "run your binary for at least a minute or more" wording
#60
zamazan4ik
closed
1 month ago
1
Add a CLI flag to swap between setting build/target rustflags
#58
Kobzol
opened
3 months ago
0
Use `target.rustflags` instead of `build.rustflags`
#57
Kobzol
closed
3 months ago
1
No profiles generated
#56
VorpalBlade
closed
3 months ago
21
CI: add workflow for publishing Docker image
#55
Kobzol
closed
7 months ago
0
Fix config args for `cargo pgo run`
#54
Kobzol
closed
7 months ago
0
v0.2.7 `cargo pgo run` adds '--config' argument wrongly
#53
hatoo
closed
7 months ago
7
Add Docker image for `cargo-pgo`
#52
bioinformatist
closed
7 months ago
4
Shall we have a Docker image for convenience?
#51
bioinformatist
closed
7 months ago
3
Respect RUSTFLAGS set in `.cargo/config.toml`
#50
Kobzol
closed
7 months ago
0
cargo-pgo ignores all rustflags defined in config.toml file, how to pass custom rustflags to pgo build?
#49
Wyvern
closed
7 months ago
12
adding peepholes=all to bolt args
#48
maceip
closed
9 months ago
2
Add CI checks for more Rust versions
#47
Kobzol
closed
9 months ago
0
Respect binary user arguments
#46
Kobzol
closed
9 months ago
0
Respect the `--profile` flag
#45
Kobzol
closed
9 months ago
0
Difference between "cargo bench" and "cargo pgo bench"
#44
zamazan4ik
closed
10 months ago
4
Respect `--target-dir`
#43
Kobzol
closed
10 months ago
0
Does not allow for optimizations for WASM targets
#42
GeeWee
closed
10 months ago
2
can't find crate for `profiler_builtins`
#41
Demontf
closed
11 months ago
1
Update bolt link flags to `-keep_relocs` on MacOS
#40
bhansconnect
closed
1 year ago
2
PGO as part of cargo install?
#39
SUPERCILEX
closed
1 year ago
4
PGO optimization for non-Rust dependencies in Rust projects
#38
zamazan4ik
opened
1 year ago
4
Overwriting profile is not possible
#37
kleinesfilmroellchen
closed
9 months ago
4
cargo pgo does not run (nothing happens after cargo pgo build or run)
#36
playXE
closed
1 year ago
1
options for older OS
#35
lidh15
closed
1 year ago
20
Github action
#34
FilipAndersson245
closed
1 year ago
2
Add support for more PGO modes
#33
zamazan4ik
opened
1 year ago
6
LLVM ERROR: Broken module found, compilation aborted
#32
zamazan4ik
opened
1 year ago
4
Bolt can be installed starting with LLVM 15 - README potentially needs an update
#31
lilianmoraru
opened
1 year ago
6
Evaluate PGO coverage
#30
zamazan4ik
closed
1 year ago
4
Do not close stdin of Cargo subprocesses
#29
Kobzol
closed
1 year ago
0
Reason for stdin(stdio::null)?
#28
whatmatrix
closed
1 year ago
4
PGO for non-terminating programs
#27
flippette
closed
1 year ago
2
A couple PGO+BOLT limitations worth documenting?
#26
mcronce
closed
1 year ago
5
Update README.md
#25
chadbrewbaker
closed
2 years ago
1
Add a flag to keep PGO/BOLT profiles from previous run when instrumenting code
#24
Kobzol
closed
2 years ago
0
Run without clearing PGO directory
#23
ajeetdsouza
closed
2 years ago
2
Stream `cargo` output instead of buffering it all at once
#20
Kobzol
closed
2 years ago
0
Stream output of `cargo`
#19
Kobzol
closed
2 years ago
4
Flags not passed to `rustc`
#18
human-0
closed
2 years ago
2
Fix file move across devices in `cargo pgo optimize`
#17
Kobzol
closed
2 years ago
0
cargo pgo optimize: Invalid cross-device link (os error 18)
#16
burjui
closed
2 years ago
6
Hash PGO profile files to properly invalidate them
#15
Kobzol
closed
2 years ago
0
Allow running `cargo pgo bolt optimize` without a profile
#14
Kobzol
closed
2 years ago
0
Generalize PGO instrumentation
#13
Kobzol
closed
2 years ago
0
Correctly add a newline to text messages from the compiler
#12
Kobzol
closed
2 years ago
0
Print correct name of built target artifact
#11
Kobzol
closed
2 years ago
0
Allow passing custom arguments to `BOLT` commands
#10
Kobzol
closed
2 years ago
0
Add `cargo pgo bench` command
#9
Kobzol
closed
2 years ago
12
Next