Files
godot/modules
George Marques 34f0a2ca46 GDScript: Add limit to call depth
The hard limit is set at 2048 depth which seems sensible between
legitimate recursive calls while still avoiding a crash because of a
stack overflow in most of the cases.

Note that it is still possible to reach the stack limit and get an
overflow before reaching a call depth. This is intended as a half-way
measure to stop crashing in most cases, since there's no reliable nor
portable way to check the amount of stack memory left.
2023-02-07 17:09:40 -03:00
..
2023-01-27 02:02:02 -08:00
2023-01-30 15:53:23 +01:00
2023-01-05 13:25:55 +01:00
2023-01-30 14:22:47 +01:00
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00
2023-01-13 13:39:03 +06:30
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00
2023-01-31 18:54:04 +01:00
2023-01-31 18:54:04 +01:00
2023-01-05 13:25:55 +01:00