
2 Aug
2009
2 Aug
'09
4:07 a.m.
Hello Joshua, Sunday, August 2, 2009, 11:45:57 AM, you wrote:
94,604 bytes allocated in the heap
Is there any way I could find out what these 94kb of RAM were allocated for? This seems high -- my entire program's working set is <6kb.
as Don said, compiled code works on Int# (which is the same as C int) but probably not via registers. instead, each intermediate value allocated in heap, so there are total 90 bytes per iteration = about 22 integers -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com