dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pnet-developers] Unrolling PPC


From: Rhys Weatherley
Subject: Re: [Pnet-developers] Unrolling PPC
Date: Sat, 15 Nov 2003 06:22:57 +1000
User-agent: KMail/1.4.3

On Saturday 15 November 2003 01:14 am, Christopher Taylor wrote:

> Just wanted an idea about where to go next. It's pretty obvious that
> I'll have to do something with the unrolling*.c files but, i'm not sure
> where to go next...

The second section of "doc/unrolling.txt" explains the changes that you'll 
need to make to "cvm_config.h" to turn on the unroller.  The changes for 
"cvm.c" are already done.  At the top of "unroll.c", you'll need to add the 
following two lines just before the "#error" case:

    #elif defined(CVM_PPC)
        #include "md_ppc.h"

Then fix any compilation bugs that arise.  After that, run some simple "Hello 
World" style test cases, relax, and watch the pretty segfaults. :-)  The 
bottom of "unrolling.txt" describes some techniques for debugging.

Once there are no more segfaults and "make check" runs successfully in 
pnetlib, then you're in good shape.

Cheers,

Rhys.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]