Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!ncsuvx!mcnc!rti!sas!walker From: walker@sas.UUCP (Doug Walker) Newsgroups: comp.sys.amiga.tech Subject: Re: Ooops, forgot one thing in my Lattice review Message-ID: <1098@sas.UUCP> Date: 6 Jul 89 18:32:27 GMT References: <8906300628.AA13272@postgres.Berkeley.EDU> <1090@koko.CSUStan.EDU> Reply-To: walker@sas.UUCP (Doug Walker) Organization: SAS Institute Inc, Cary NC Lines: 11 In article <1090@koko.CSUStan.EDU> jadiel@koko.UUCP (Jose Juan DeLeon) writes: > >I tried 'cpr' 5 times. Twice on plain old vanilla code that would work >with almost any compiler with none or a little code modification -- GURU. I There is a known bug in CPR that causes it to allocate 1/4 the amount of stack requested. If you want your program to have a 4k stack, better set your cli's stack to 16k; if it needs more than that, bump it 4k at a time instead of 1. --Doug