On 06/28/2012 09:37 PM, IOhannes zmölnig wrote:
you get a stack overflow if you have "about" 400 (iirc) objects in a "row". whenever an objects sends something to its outlets, the stack is saved and not restored until "everything below" it has executed.
forgot to mention: while 400 might seem to be a little number, if you ever evaluate a real-world patch you will notice that it is sufficient. the only exception when you reach this limit easily is by using recursion.
fsdmr IOhannes