Path: chuka.playstation.co.uk!scea!greg_labrec@interactive.sony.com From: "Kevin Davis" Newsgroups: scea.yaroze.freetalk Subject: Re: Codewarrior works, GNU doesn't Date: Mon, 16 Mar 1998 10:24:05 -0500 Organization: SCEA News Server Lines: 19 Message-ID: <6ejfio$jdt5@scea> References: <6ej1qp$ber1@emeka.playstation.co.uk> NNTP-Posting-Host: 204.156.23.205 X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 >Are you sure the new program space required by the globals >doesn't conflict with the data around the program (eg TIM files), >you can use mapfiles (GNU will generate these, see makefile >options and sample code) to see exactly how much space >the executable uses up. I'll try the mapfiles. >PS why did you want to cut down on the number >of parameters to functions? I had read in a programming book that the use of global variables was quicker than passing in variables to a function. What do you think? Kevin