-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
Related discussion: #184
bpo: https://bugs.python.org/issue46378
Since the experiment is time-consuming work, I am going to leave records for each experiment.
If this experiment is workable, My final target is providing BOLT optimization options to the CPython project.
- A: no PGO + no LTO vs no PGO + no LTO + BOLT
- B: PGO vs PGO + BOLT
- C: PGO + LTO vs PGO + LTO + BOLT
- Investigate how pyston doing
- BOLT tuning
- Add configuration option for BOLT build pipeline https://github.com/corona10/cpython/tree/bolt
- Profiling data decision: CPython unittest(full or partial like PGO) VS pyperformance benchmark.
Metadata
Metadata
Assignees
Labels
No labels