Posts: 3,351
Threads: 780
Joined: Jan 2010
I just noticed now the amx of my compiled gamemode.It's 506kb when the .pwn is 200kb.
It's normal?
Posts: 339
Threads: 11
Joined: Apr 2007
Reputation:
0
Yes, nothing wrong with it.
Posts: 1,079
Threads: 64
Joined: Jan 2010
My .amx is 202, my .pwn 163, but it doesn't mean that there's something wrong because my .amx is larger in size than my .pwn
Posts: 3,351
Threads: 780
Joined: Jan 2010
Quote:
Originally Posted by Michael23
Yes, nothing wrong with it.
|
Thanks.
Quote:
Originally Posted by RobinOwnz
My .amx is 202, my .pwn 163, but it doesn't mean that there's something wrong because my .amx is larger in size than my .pwn
|
Ye i know the .amx is always larger than .pwn
The script currently has 4368 lines. I'll try to optimize much more.
Thanks to both.
Posts: 374
Threads: 11
Joined: Feb 2011
Reputation:
0
My .pwn is actually bigger then my .amx, i think it's because in the first part of my GM i have a lot of stuff written in /* */ or //.
Posts: 947
Threads: 58
Joined: Nov 2011
Reputation:
0
My pwn is 164 kb while my amx is 693, thats what you can call not-normal maybe?
Posts: 374
Threads: 11
Joined: Feb 2011
Reputation:
0
I think that if your .amx is much bigger then your .pwn then you have an optimazation problem, using too big variables.
Posts: 494
Threads: 9
Joined: Feb 2012
Reputation:
0
Well it doesn't really matter as long as the script works without errors.