So basically, as you played the game grew in size. The more memory it took up, the slower the game would begin to play. A really big problem in short.
That is where Flash Builder comes into play. With its handy-dandy profiler tool i can watch in real time the memory allocation of that game, take snapshots of memory at different points in time, compare them, and ultimately discover what in the world is not being destroyed when I tell it too.
Right now, I'm getting pretty close to being perfectly efficient. Still adding about 100-200 K per game to the memory stack, but I should hopefully be able to tackle that problem today.
No comments:
Post a Comment