Главная
Study mode:
on
1
Intro
2
Fedora Linux gets Fast Python
3
What is Compiling?
4
Compiling with No Optimization
5
Compiling with -O1
6
Compiling with -O2
7
Compiling with -O3
8
Showing Numbers
Description:
Explore how Fedora Linux is improving Python performance through compiler optimization in this informative video. Learn about the fundamentals of compiling and different optimization levels, including O1, O2, and O3. Discover how these optimizations affect Python's performance, with potential improvements of up to 1.16x in benchmark tests. Understand the trade-offs between performance gains and increased binary size. Follow along as the video breaks down each optimization level, from local register allocation and subexpression elimination to aggressive function inlining and SIMD instructions. Gain insights into the compilation process and its impact on Python's speed and efficiency.

Python Compiler Optimization: Improving Performance with -O3 Flag

Hussein Nasser
Add to list