Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Bo Persson Newsgroups: comp.lang.c++,comp.lang.c Subject: Re: Examples of current platforms/architectures where sizeof(void*) > sizeof(int*) ? Date: Tue, 31 Aug 2021 09:01:39 +0200 Lines: 17 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 95bSVupphUIYIRCZFmeoQQviP9VsUO1bXDExmVe9atgeZNAcnE Cancel-Lock: sha1:znwoIkn4bwB2NUTPdNIY1edOP/Q= User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 In-Reply-To: Content-Language: sv Xref: csiph.com comp.lang.c++:80909 comp.lang.c:162509 On 2021-08-31 at 04:59, Lynn McGuire wrote: > On 8/29/2021 1:57 PM, Alf P. Steinbach wrote: >> Are there any examples of current platforms/architectures where >> sizeof(void*) > sizeof(int*) ? >> >> - Alf > > Are there any old platforms where this was the case also ? > > Lynn > It would have been word-addressed machines, where char* (and thus void*) needed a part-word indicator in addition to the word address. Haven't seen any of those lately.