mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	GH-108362: Incremental Cycle GC (GH-116206)
This commit is contained in:
		
							parent
							
								
									d5ebf8b71f
								
							
						
					
					
						commit
						15309329b6
					
				
					 14 changed files with 743 additions and 447 deletions
				
			
		|  | @ -983,7 +983,7 @@ make_executor_from_uops(_PyUOpInstruction *buffer, const _PyBloomFilter *depende | |||
| static int | ||||
| init_cold_exit_executor(_PyExecutorObject *executor, int oparg) | ||||
| { | ||||
|     _Py_SetImmortal(executor); | ||||
|     _Py_SetImmortalUntracked((PyObject *)executor); | ||||
|     Py_SET_TYPE(executor, &_PyUOpExecutor_Type); | ||||
|     executor->trace = (_PyUOpInstruction *)executor->exits; | ||||
|     executor->code_size = 1; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Mark Shannon
						Mark Shannon