Anonymous
10/14/2025, 12:05:49 PM
No.106883858
>>106883449
Are you sure they didn't construct the CFG before they did optimizations, as an intermediate step to compile bytecode and then added a few optimizations?
Also, this is only a compile time overhead cost. Python's runtime would not benefit from a faster compilation time and tnat's where Python needs to be faster.
>2- Use the CFG to build traces and do tracing JIT.
A tracing JIT traces bytecode.
Are you sure they didn't construct the CFG before they did optimizations, as an intermediate step to compile bytecode and then added a few optimizations?
Also, this is only a compile time overhead cost. Python's runtime would not benefit from a faster compilation time and tnat's where Python needs to be faster.
>2- Use the CFG to build traces and do tracing JIT.
A tracing JIT traces bytecode.