hello,

what is the best way to remove libgc from jolt? there are some buildvariables (NO_GC, USE_GC, EMBEDDED) for disabling the application of the gc. i think program execution crashes in object/id/libid.c:1048 during profiling:

#if USE_GC
 GC_INIT();
#endif

just commenting out this like causes "symbol not found 'GC_init'" errors during the rest of the build process.

in which line of all the makefiles can i specify that i do not want to set USE_GC to 0? which variable should be modified (where?) to enable/disable the usage of the GC?

btw: i had to cancel "make clean" sometimes because it takes forever on my pc (linux 2.6.28, 2x2.5 GHz, 4gb ram). is "make clean" buggy or is it normal? the idc script just generates 20% cpu load but does not come to an end..

regards,
ingo

Reuben Thomas schrieb:
On Tue, 26 May 2009, Ingo Jaeckel wrote:

i would like to profile my application with valgrind, gprof or a similiar tool. unfortunately, valgrind seems to have problems with the runtime code generation that is done in our application with jolt:

Valgrind doesn't play nicely with libgc, which looks like it might be the problem here; is it possible to build jolt without it, even just for testing?



_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc

Reply via email to