File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -224,9 +224,10 @@ This interpreter currently only works with Clang 19 and newer
224224on x86-64 and AArch64 architectures. However, we expect
225225that a future release of GCC will support this as well.
226226
227- This feature is opt-in for now. Based on our own testing,
228- this new interpreter only works well when profile-guided optimization is
229- enabled. For further information on how to build Python, please see
227+ This feature is opt-in for now. We highly recommend enabling profile-guided
228+ optimization with the new interpreter as it is the only configuration we have
229+ fully tested and can validate its improved performance.
230+ For further information on how to build Python, please see
230231:option: `--with-tail-calling-interp `.
231232
232233(Contributed by Ken Jin in :gh: `128718 `, with ideas on how to implement this
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments