From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27377 invoked from network); 8 Aug 2022 14:07:37 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 8 Aug 2022 14:07:37 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Mon Aug 8 10:06:07 -0400 2022 Received: from stockyard.shike2.net (216.red-79-144-163.dynamicip.rima-tde.net [79.144.163.216]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 709c81d4 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Mon, 8 Aug 2022 07:05:55 -0700 (PDT) Message-ID: To: 9front@9front.org Date: Mon, 08 Aug 2022 10:05:51 -0400 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: open-source GPU rails framework proxy locator Subject: Re: [9front] hack-a-thon daily proceedings summaries Reply-To: 9front@9front.org Precedence: bulk Quoth Anthony Martin : > > What is he moving out of struct Proc? An additional indirection > for infrequently used fields or the error buffers and maybe moving > to bit-flags for some of the ints used as booleans? Ori, show us > your portdat.h. ☺ Current status is just understanding what data structures need to change to allow runtime growth; there are a bunch of rarely used buffers like error state that can be moved out, but I'm less worried about sizeof(Proc) than removing direct indexes to proctab.