From: Eric B. <er...@go...> - 2008-03-24 16:51:46
|
Colin Paul Adams wrote: > So I edited $GOBO/tool/gec/config/c/gcc.cfg to write out profiling > information for gprof (Eric, when can we have the setting of cflags > and lflags in system.xace?). It's already implemented as far as I know: <option name="c_compiler_options" value="..."/> <option name="link" value="..."/> > Now my problem is what to do about it (incidentally T122f10 is > {DS_ARRAYED_LIST}.item - nothing very surprising about that either, I > guess.). Does anyone have any suggested approaches? You can try reducing the amount of garbage generated, and hence put less stress on the GC. I try to do that on all the Gobo tools, even gec. This is one of my primary goals during the design phase. The net advantage is that these tools can run even without the GC. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |