--- In [email protected], Jos Timanta Tarigan <jos_t_tari...@...> wrote: > > aim running a program which loops a lot and i use lots of object. it was fast > at the beginning but then it slower later on. im curious if my memory > allocation is the problem.
Can you modify the program so that it doesn't allocate any memory - use static memory instead? Just to test whether this is the problem.
