02.07.2016, 13:55
If you compiled with -d3 or -v, then yes. Otherwise it is an indication that you're probably using too much memory. The compiler can't give the exact requirements because you have a recursion (a function that calls itself).