Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimizing module shared libraries with BOLT #449

Open
aaupov opened this issue Aug 18, 2022 · 2 comments
Open

Optimizing module shared libraries with BOLT #449

aaupov opened this issue Aug 18, 2022 · 2 comments

Comments

@aaupov
Copy link

aaupov commented Aug 18, 2022

As a follow-up to python/cpython#95908:

One thing to note is that Python program may spend considerable time in shared libraries corresponding to modules, and BOLT has an ability to optimize them as well. I would suggest profiling benchmarks with perf and optimizing .so's for modules that ship with CPython.

@corona10
Copy link

corona10 commented Aug 18, 2022

Thanks @aaupov, I am happy to get suggestions from the BOLT author :)

@aaupov
Copy link
Author

aaupov commented Aug 18, 2022

Thanks @aaupov, I am happy to get suggestions from the BOLT author :)

To clarify: @maksfb and @rafaelauler are the authors, I'm a contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants