Is this a problem?
#1

Is there anything I need to worry about in this?:
pawn Код:
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase

Header size:           8300 bytes
Code size:           685476 bytes
Data size:         23740692 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:24450852 bytes
I have about 9k lines of codes.
Reply
#2

Seems you have functions that call themselves (recursion).
It should be no problem if you did it right (no endless loops in any condition).
Reply
#3

Functions that call themselves?

I made sure that there's no endless loops.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)