About recursion!

Hi!

I use a recursive func in cint, cint is over stack after the func executed 11 times. Would u explain about recursion and it's limitation!

thanks!

Concerned about recursion,

Cint eats memory space much quicker than a compiled code. It is difficult to predict limit of recursion because it depends on various conditions.

I am in process of re-engineering Cint. With new version cint6.x which I plan experimental release this year (I hope), situation will be improved.

Thank you
Masa Goto

Hi,

In the meatime, you can always compile your code (for example using ACLiC) and only call the top level function from CINT.

Cheers,
Philippe.