diff options
author | George Marques <george@gmarqu.es> | 2023-07-25 12:42:07 -0300 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2023-10-06 11:15:44 -0300 |
commit | 4a7d49a89a381f78f19d0b989c5cb5b500f098c9 (patch) | |
tree | d3cf43e7a1f877929b03130ef6831b85a89693f4 /editor/code_editor.cpp | |
parent | fba341ce44427d9515a581c19a8c98b522cef02b (diff) | |
download | redot-engine-4a7d49a89a381f78f19d0b989c5cb5b500f098c9.tar.gz |
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.
Diffstat (limited to 'editor/code_editor.cpp')
0 files changed, 0 insertions, 0 deletions