godot/modules/gdscript
Pedro J. Estébanez 5083e18b89 Optimize member access with self
Let the compiler take the fast path when a member is superfluously accessed with `self.`.

(cherry picked from commit d306b9bea5)
2016-07-08 18:18:00 +02:00
..
SCsub
config.py
gd_compiler.cpp Optimize member access with self 2016-07-08 18:18:00 +02:00
gd_compiler.h
gd_editor.cpp
gd_functions.cpp
gd_functions.h
gd_parser.cpp Properly report a valid error instead of reporting as a bug, closes #3841 2016-06-25 02:04:27 +02:00
gd_parser.h
gd_pretty_print.cpp
gd_pretty_print.h
gd_script.cpp Add "bool" to GDScript reserverd keywords 2016-06-25 02:04:27 +02:00
gd_script.h
gd_tokenizer.cpp correctly parse floats in scientific notation 2016-06-25 01:41:57 +02:00
gd_tokenizer.h
register_types.cpp
register_types.h