godot/modules/gdscript
lawnjelly 2e8e7b8b79
GDScriptParser - don't use index operator on linked list
Index operators are super slow with linked lists. This came up in profiling the parsing, iterating sequentially using iterator is much faster.

(cherry picked from commit ef914dac31)
2023-08-19 00:36:12 +02:00
..
doc_classes Document print_stack() and get_stack() requiring a debugger connection 2022-12-12 14:56:39 +08:00
editor One Copyright Update to rule them all 2023-01-10 15:32:59 +01:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
language_server One Copyright Update to rule them all 2023-01-10 15:32:59 +01:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
gdscript_compiler.cpp One Copyright Update to rule them all 2023-01-10 15:32:59 +01:00
gdscript_compiler.h One Copyright Update to rule them all 2023-01-10 15:32:59 +01:00
gdscript_editor.cpp One Copyright Update to rule them all 2023-01-10 15:32:59 +01:00
gdscript_function.cpp Fix local variables not showing when breaking on final line 2023-01-11 16:02:57 +01:00
gdscript_function.h One Copyright Update to rule them all 2023-01-10 15:32:59 +01:00
gdscript_functions.cpp One Copyright Update to rule them all 2023-01-10 15:32:59 +01:00
gdscript_functions.h One Copyright Update to rule them all 2023-01-10 15:32:59 +01:00
gdscript_parser.cpp GDScriptParser - don't use index operator on linked list 2023-08-19 00:36:12 +02:00
gdscript_parser.h One Copyright Update to rule them all 2023-01-10 15:32:59 +01:00
gdscript_tokenizer.cpp One Copyright Update to rule them all 2023-01-10 15:32:59 +01:00
gdscript_tokenizer.h One Copyright Update to rule them all 2023-01-10 15:32:59 +01:00
gdscript.cpp One Copyright Update to rule them all 2023-01-10 15:32:59 +01:00
gdscript.h One Copyright Update to rule them all 2023-01-10 15:32:59 +01:00
register_types.cpp One Copyright Update to rule them all 2023-01-10 15:32:59 +01:00
register_types.h One Copyright Update to rule them all 2023-01-10 15:32:59 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00