George Marques 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								52ab64db69 
								
							 
						 
						
							
							
								
								GDScript: Add faster call instructions for builtin methods  
							
							... 
							
							
							
							Methods from builtin types can be called by using the function pointer
when the argument and base types are known at compile time. 
							
						 
						
							2020-11-21 13:24:50 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									George Marques 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d8b22097f2 
								
							 
						 
						
							
							
								
								GDScript: Add faster call instructions for native methods  
							
							
							
						 
						
							2020-11-21 13:24:50 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									George Marques 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5aeb390cd7 
								
							 
						 
						
							
							
								
								GDScript: Add speficic set/get instructions  
							
							... 
							
							
							
							When the base type is known at compile-time, we can get a direct
function pointer that is faster than the regular set/get paths. 
							
						 
						
							2020-11-21 13:24:49 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									George Marques 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1ad5c926dc 
								
							 
						 
						
							
							
								
								GDScript: Add faster operator for known types  
							
							... 
							
							
							
							It now uses the direct operator function pointer, which increases
performance in evaluation. 
							
						 
						
							2020-11-21 13:24:49 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									George Marques 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c707d6fe71 
								
							 
						 
						
							
							
								
								GDScript: Gather instructions arguments beforehand  
							
							... 
							
							
							
							Almost all instructions need variant arguments. With this change they
are loaded in an array before each instruction call. This makes the
addressing code be localized to less places, improving compilation
overhead and binary size by a small margin.
This should not affect performance. 
							
						 
						
							2020-11-21 13:24:49 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									George Marques 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5ddfc657ab 
								
							 
						 
						
							
							
								
								Merge pull request  #42067  from ThakeeNathees/for-loop-stack-overriden-fix  
							
							... 
							
							
							
							GDScript: for loop override stack variable bug fix 
							
						 
						
							2020-10-19 20:21:14 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thakee Nathees 
								
							 
						 
						
							
							
							
							
								
							
							
								119936d939 
								
							 
						 
						
							
							
								
								GDScript: for loop override stack variable bug fix  
							
							... 
							
							
							
							Fix : #42050  
						
							2020-09-18 01:22:22 +05:30 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thakee Nathees 
								
							 
						 
						
							
							
							
							
								
							
							
								279a11bbda 
								
							 
						 
						
							
							
								
								GDScript crash on builtin type constructor fix  
							
							... 
							
							
							
							Fix : #41848  
						
							2020-09-08 18:33:53 +05:30 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									George Marques 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								82273ebc01 
								
							 
						 
						
							
							
								
								Add GDScript code generation interface  
							
							... 
							
							
							
							Implement the abstraction by targeting the current VM. 
							
						 
						
							2020-09-01 14:27:19 -03:00