Re: [pure-lang-users] linux PPC
Status: Beta
Brought to you by:
agraef
|
From: Albert G. <Dr....@t-...> - 2008-05-02 18:35:42
|
Tim Haynes wrote: > I've built the release and default builds of pure on ubuntu gutsy/ppc: > | zsh, trough 1:36PM trunk/ % uname -a > | Linux trough 2.6.22-14-powerpc #1 Tue Dec 18 08:48:38 UTC 2007 ppc GNU/Linux Forgive my ignorance, but is that a 32 bit or 64 bit cpu? If the latter, does a 32 bit build exhibit the same problems? > Using either build option-set, pure goes ballistic and hogs lotsaRAM(TM) - > up to 600M and growing fast, on this line: > > | PURELIB=./lib ./pure -v7 test/test6.pure > test/test6.log Hmm, no idea. What happens if you enter the following definition and list command manually? fact n = 1 if n==0; = n * fact (n-1) otherwise; list -cde fact Does that loop as well? If so, then I'm afraid it's gdb time. Otherwise please send me the output of the list command, so that I can check the generated code. I still have a few other minor things to fix, then I'm ready to give it a go on 64 bit Linux myself... Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |