SA-MP Forums Archive
VERY Slow Compiling - ideas? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: VERY Slow Compiling - ideas? (/showthread.php?tid=322649)



VERY Slow Compiling - ideas? - cmg4life - 03.03.2012

My compiling takes around 3 mins...

The only "weird" thing is that i have around 3 large arrays. Could that be the reason ?

What causes a slow compiling and how to avoid it or improve it's speed ?

Thanks.


Re: VERY Slow Compiling - ideas? - T0pAz - 03.03.2012

What's your amx file size? What's your system specification?


Re: VERY Slow Compiling - ideas? - cessil - 03.03.2012

slow compile times are usually caused by big variables so yes 3 large arrays may cause slow compile times


Re: VERY Slow Compiling - ideas? - VIPAwesome - 03.03.2012

Are you Using NGRP Script?


Re: VERY Slow Compiling - ideas? - R0FLC0PTER - 03.03.2012

The pawn compiler is known to be slow.
Because it has to do lots and lots of static checks and such.

So the bigger your script is, the more it has to check and link, etc..
the longer it will take.