Optimization
#2

I'm sure someone else can explain what this exactly means, but the way to have that information disappear is one of two things.

One, you can put this somewhere near the time of your script (like after includes maybe)

Код:
#pragma dynamic 1000000
Two, you can go through the script and optimize it. Look for things like how to simplify code, reduce string sizes if they are unreasonable large, etc.

I'd go with the second option as it's much better practice. I'm not sure if this is a good analogy but imagine

Код:
Header size:           22028 bytes 
Code size:           6437984 bytes 
Data size:          23484496 bytes 
Stack/heap size:       16384 bytes; estimated max. usage: unknown, due to recursion 
Total requirements: 29960892 bytes
^ this being your room after it's gotten dirty. The first option would be like shoving most, if not all, of the garbage and junk under your bed while the second option is actually cleaning the room up. Hope this helps you understand it a little bit better :P
Reply


Messages In This Thread
Optimization - by Micko123 - 23.10.2016, 06:09
Re: Optimization - by DTV - 23.10.2016, 06:21
Re: Optimization - by Micko123 - 23.10.2016, 06:27
Re: Optimization - by DTV - 23.10.2016, 06:31
Re: Optimization - by Micko123 - 23.10.2016, 06:34
Re: Optimization - by DTV - 23.10.2016, 06:49
Re: Optimization - by Micko123 - 23.10.2016, 07:02
Re: Optimization - by iLearner - 23.10.2016, 07:10
Re: Optimization - by Micko123 - 23.10.2016, 07:13
Re: Optimization - by vassilis - 23.10.2016, 07:35

Forum Jump:


Users browsing this thread: 4 Guest(s)