Y_Timers Stack/heap size
#1

Hello.

When i am using Y_Timers its using alot of stack/heap size.
With Y_Timers:
Код:
Stack/heap size:   17039360 bytes; estimated max. usage: unknown, due to recursion
Without Y_Timers:
Код:
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Can this be fixed? Is this a problem?

Admigo.
Reply
#2

Cause it's including the part of the YSI too and it's supposed to be like that.

y_timers uses some stuff from the ysi libary in need to work so those stuff need to be included too. That's the whole point of the "libary" so the code can be reused for other include files.
Reply
#3

Quote:
Originally Posted by Runn3R
Посмотреть сообщение
Cause it's including the part of the YSI too and it's supposed to be like that.

y_timers uses some stuff from the ysi libary in need to work so those stuff need to be included too. That's the whole point of the "libary" so the code can be reused for other include files.
Thanks for the info. I was just busy with optimizing my script and when added Y_Timers its adding huge amount of stack/heap size. I will ignore this then. Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)