Shark

I’m back on Shark, after a four month hiatus. A minor milestone: it can build itself again.

7 thoughts on “Shark

  1. The build was made on a ia32 Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz system running Ubuntu 10.04 Lucid Lynx.

    I made the build out of tree using ../icedtea6/configure –enable-zero –enable-shark build options. I guess that I could have made the build even faster by adding –with-parallel-jobs=4 to really take advantage of all the CPU cores.

  2. Is that really 32-bit? What does ‘grep ^ZERO /path/to/icedtea6/Makefile’ say?

    For parallel stuff people often do one more than however many CPUs they have, to allow for one of the jobs to be waiting for IO.

  3. Thanks for that tip i will try –with-parallel-jobs=5 next time then!

    xerxes@xerxes-J464X:~/icedtea6-shark-full-build$ grep ^ZERO Makefile
    ZERO_ARCHDEF = IA32
    ZERO_BITSPERWORD = 32
    ZERO_ENDIANNESS = little
    ZERO_LIBARCH = i386

    Looks ia32 to me!

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.