This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: boehm-gc tuning/profiling? [help interpreting statistics?]
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
>> What does "make check" in the boehm-gc directory do? Does gctest
>> run at reasonable speed (a few seconds)?
Adam> Sadly, this doesn't work without a lot of effort since I'm
Adam> crosscompiling. If this problem turns out to be Really Really
Adam> hard to fix, I'll invest time in getting the test suite to work.
FYI, in the boehm-gc directory, `make check' just builds an executable
and then invokes it. You can use `make gctest' (or in your case
probably gctest.exe) and then try running the result. You don't have
to mess with dejagnu or anything like that.
Tom