From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out4-smtp.messagingengine.com ([66.111.4.28]) by ur; Mon Jan 4 17:20:08 EST 2016 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 44BDC20269 for <9front@9front.org>; Mon, 4 Jan 2016 17:20:06 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Mon, 04 Jan 2016 17:20:06 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=ZAVp2Ql5EIxYROK/iGHdmmQGv3g=; b=TD7bvV d0MYEh/1D8vSvHrktu2R+3MkBF7q6erwr/XpvLYdAQN+6NMXLJmu2ki19N/sC6PR HfrhOPmKC1FpTvFGFktpsUJvioCadDhJhyKJQfxV14yZ61BWRZ9lEHCB1UMKDgbA /Fw2xr8qsvbvjwcbCMQIDOxPqrU2ofMIX+PTw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=ZAVp2Ql5EIxYROK /iGHdmmQGv3g=; b=Qd/PkulzDmIGGUDhB9VN+Ifnw2EP+gebj4ukgfsRkO9dzQA 4ntuhZEB6MbNPJ2/wnUhJX5Mq3arlYEFJm61x20DZop/9ZY2zecSRyY6irhSJA4n mb3j0frH9zhdcyMOEDjQhApQBEUcc8C/6DQaoVGSktvM3gY/KfJoOPBsAWGM= Received: by web3.nyi.internal (Postfix, from userid 99) id 19C2A1058CB; Mon, 4 Jan 2016 17:20:06 -0500 (EST) Message-Id: <1451946006.529777.482812754.2B28FD97@webmail.messagingengine.com> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: open-source CMS-scale just-in-time CMS-oriented injection database X-Sasl-Enc: P+/ucGI9mOleH96JmBa5IP+3vnMUnSevyZhSFf57QXJz 1451946006 From: Ethan Grammatikidis To: 9front@9front.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-42cc5299 Subject: Re: [9front] /sys/doc/asm.ms Date: Mon, 04 Jan 2016 22:20:06 +0000 In-Reply-To: <4D082D0C-DE82-4DB4-8D6A-8744AB7605D0@eigenstate.org> References: <1451941927.511818.482749186.713A837A@webmail.messagingengine.com> <4D082D0C-DE82-4DB4-8D6A-8744AB7605D0@eigenstate.org> On Mon, Jan 4, 2016, at 09:49 PM, Ori Bernstein wrote: > I'm pretty sure that it is true: On amd64, pointers are 64 bits. > > > On Jan 4, 2016, at 1:12 PM, Ethan Grammatikidis wrote: > > > > the amd64 section says "c pointer values are 64 bits". this is not true for 9front, is it? would it be appropriate to change it or insert a note to say so? > > > > /sys/doc/asm.ms:978 > > /sys/doc/asm.ms!8 you're right ori. i just tested with int *p; print("%d", sizeof(p)); i found the source of my confusion: malloc takes ulong size, which is 32 bits. nothing really new here then.