From: <fra...@us...> - 2009-03-07 03:31:52
|
Revision: 1260 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=1260&view=rev Author: frankrimlinger Date: 2009-03-07 03:31:44 +0000 (Sat, 07 Mar 2009) Log Message: ----------- nested_loops sessions built without problems. This is most reassuring. However, I did notice that when the worker threads are killed and staticReset occurs, the garbage collector does not jump at the chance to reclaim the putatively freed memory. In fact, if several sessions are run from the same mango app, memory just runs out if there isn't very much to begin with (<=2GB ram). For now, the solution is to just use a machine with lots of memory, but eventually must figure this out. Modified Paths: -------------- branches/mango/extensions/mango/local/franklocal/rules/rulebase.zip branches/mango/extensions/mango/local/franklocal/sessions/a.zip branches/mango/extensions/mango/local/franklocal/sessions/baseline/loop_with_if/<init>()V/case.zip Added Paths: ----------- branches/mango/extensions/mango/local/franklocal/sessions/baseline/nested_loops/ branches/mango/extensions/mango/local/franklocal/sessions/baseline/nested_loops/loops(I)I/ branches/mango/extensions/mango/local/franklocal/sessions/baseline/nested_loops/loops(I)I/loops/ branches/mango/extensions/mango/local/franklocal/sessions/baseline/nested_loops/loops(I)I/loops/-baseline.nested_loops.loops(I)I#10:iload_j_Code_01/ branches/mango/extensions/mango/local/franklocal/sessions/baseline/nested_loops/loops(I)I/loops/-baseline.nested_loops.loops(I)I#10:iload_j_Code_01/op0 is less than 'x'.zip branches/mango/extensions/mango/local/franklocal/sessions/baseline/nested_loops/loops(I)I/loops/-baseline.nested_loops.loops(I)I#14:iload_i_Code_01/ branches/mango/extensions/mango/local/franklocal/sessions/baseline/nested_loops/loops(I)I/loops/-baseline.nested_loops.loops(I)I#14:iload_i_Code_01/op0 is less than 'x'.zip branches/mango/extensions/mango/local/franklocal/sessions/baseline/nested_loops/main(I)Z/ branches/mango/extensions/mango/local/franklocal/sessions/baseline/nested_loops/main(I)Z/local variable 1 from ouput of -baseline.nested_loops.loops(I)I#14:iload_i_Code_01 is greater than or equal to 'x'.zip This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |