From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15607 invoked from network); 4 Jan 2000 16:41:24 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Jan 2000 16:41:24 -0000 Received: (qmail 23843 invoked by alias); 4 Jan 2000 16:41:14 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9206 Received: (qmail 23836 invoked from network); 4 Jan 2000 16:41:13 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: struct heap 64-bit References: <200001031011.LAA11708@numa1.igpm.rwth-aachen.de> <200001031201.NAA18846@numa1.igpm.rwth-aachen.de> <20000104105536.A8967@dman.com> MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 05 Jan 2000 01:41:10 +0900 In-Reply-To: Clint Adams's message of "Tue, 4 Jan 2000 10:55:36 -0500" Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.4 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) In article <20000104105536.A8967@dman.com>, Clint Adams writes: > This just gets rid of the overcompensation altogether. > Incidentally, this solves the bus error problem I was > experiencing on 64-bit SPARC Linux. I think gcc extension should be used if it is available. struct heap { ... } #if defined(PAD_64_BIT) && defined(__GNUC__) __attribute__ ((aligned (8))) #endif ; -- Tanaka Akira