mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	bpo-38310: Predict BUILD_MAP_UNPACK_WITH_CALL -> CALL_FUNCTION_EX. (GH-16467)
This commit is contained in:
		
							parent
							
								
									c5a7e0ce19
								
							
						
					
					
						commit
						f185a73249
					
				
					 2 changed files with 3 additions and 0 deletions
				
			
		|  | @ -2943,6 +2943,7 @@ _PyEval_EvalFrameDefault(PyFrameObject *f, int throwflag) | |||
|             while (oparg--) | ||||
|                 Py_DECREF(POP()); | ||||
|             PUSH(sum); | ||||
|             PREDICT(CALL_FUNCTION_EX); | ||||
|             DISPATCH(); | ||||
|         } | ||||
| 
 | ||||
|  | @ -3522,6 +3523,7 @@ _PyEval_EvalFrameDefault(PyFrameObject *f, int throwflag) | |||
|         } | ||||
| 
 | ||||
|         case TARGET(CALL_FUNCTION_EX): { | ||||
|             PREDICTED(CALL_FUNCTION_EX); | ||||
|             PyObject *func, *callargs, *kwargs = NULL, *result; | ||||
|             if (oparg & 0x01) { | ||||
|                 kwargs = POP(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Brandt Bucher
						Brandt Bucher