virtualx-engine/modules/gdscript/tests/scripts/runtime
George Marques 4a7d49a89a
GDScript: Replace ptrcalls on MethodBind to validated calls
This improves the performance of typed calls to engine methods when the
argument types are exact.

Using validated calls delegate more of the work the core instead of
doing argument unpacking in the VM. It also does not need different
instructions for each return type, simplifying the code.
2023-10-06 11:15:44 -03:00
..
errors GDScript: Add static typing for for loop variable 2023-08-17 20:54:34 +03:00
features GDScript: Replace ptrcalls on MethodBind to validated calls 2023-10-06 11:15:44 -03:00
assign_to_read_only_property.gd GDScript: Improve usability of setter chains 2023-02-02 10:20:35 -03:00
assign_to_read_only_property.out GDScript: Improve usability of setter chains 2023-02-02 10:20:35 -03:00
assign_to_read_only_property_with_variable_index.gd GDScript: Improve usability of setter chains 2023-02-02 10:20:35 -03:00
assign_to_read_only_property_with_variable_index.out GDScript: Improve usability of setter chains 2023-02-02 10:20:35 -03:00