mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	gh-138050: [WIP] JIT - Streamline MAKE_WARM - move coldness check to executor creation (GH-138240)
This commit is contained in:
		
							parent
							
								
									e03d8e4f50
								
							
						
					
					
						commit
						1753ccb432
					
				
					 7 changed files with 15 additions and 13 deletions
				
			
		|  | @ -571,7 +571,7 @@ init_interpreter(PyInterpreterState *interp, | |||
|     interp->executor_list_head = NULL; | ||||
|     interp->executor_deletion_list_head = NULL; | ||||
|     interp->executor_deletion_list_remaining_capacity = 0; | ||||
|     interp->trace_run_counter = JIT_CLEANUP_THRESHOLD; | ||||
|     interp->executor_creation_counter = JIT_CLEANUP_THRESHOLD; | ||||
|     if (interp != &runtime->_main_interpreter) { | ||||
|         /* Fix the self-referential, statically initialized fields. */ | ||||
|         interp->dtoa = (struct _dtoa_state)_dtoa_state_INIT(interp); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 alm
						alm