From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6217f93f331f23dcb085e620ecbcea74@terzarima.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] Data segment vs BSS From: Charles Forsyth Date: Tue, 31 Jan 2006 12:39:17 +0000 In-Reply-To: <43DEFB87.7040806@lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: ece7a976-ead0-11e9-9d60-3106f5b1d025 > This will usually save a ton of space -- it's > what we do on linuxbios, and the savings (surprise for me) really adds up. i was quite surprised how much SRAM on the atmel was occupied by string literals, so traces and diagnostics quickly became terse; still using letters not error numbers, though, so as not to confuse data with disaster. i suppose it wouldn't, however, be string literals in linuxbios because gcc (i thought) tags them for rom.