added recursion decorator / fast_parent_copy fix

This commit is contained in:
David Halter
2012-08-29 22:53:51 +02:00
parent 21db1c26c6
commit 73f341866c
8 changed files with 125 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
# ----------------
# global settings
# dynamic stuff
# ----------------
dynamic_arrays_instances = True
@@ -7,8 +7,9 @@ dynamic_array_additions = True
dynamic_params = True
# ----------------
# internally used:
# recursions
# ----------------
# evaluation of +=, -=, /=, etc.
evaluate_special_assignments = True
max_function_recursion_level = 5
max_until_execution_unique = 50
max_executions = 5000