From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 163401F852 for ; Mon, 19 Dec 2022 11:19:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1671448763; bh=DD2C+oD4Nmk1lSCj2bRubLWWkeHpQJ6FcHW2KE7FA1I=; h=From:To:Subject:Date:From; b=mWb1vhVtWFJ/2gAou81z4Bmxff+JPZi1ru07J5BvltOivT7G+IwrlMZkkJ5tdYExZ BkZPvt2JfR8zX9ebzIFdmMSutqnLch2kNotOrzB+N/tupR8Cl7t5PiFTwVQZZ8dtyD RYafhmXKBzGpFUcZq1C2Y0ryxfUCXAINW/d4Kadg= From: Eric Wong To: mwrap-perl@80x24.org Subject: [PATCH 0/7] shrinkage... Date: Mon, 19 Dec 2022 11:19:15 +0000 Message-Id: <20221219111922.1079128-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: "struct src_loc" gets a small diet, and there's a bunch of code simplification and golfing as well. Eric Wong (7): core: shrink src_loc 8 bytes on x86-64 core: shrink src_loc by another 8 bytes on x86-64 core: drop FreeBSD-specific mutex initialization calloc: consolidate ENOMEM handling *alloc: limit scope of RCU lock core: simplify callers of alloc_insert_rcu README: add some caveats (signalfd usage w/ current URCU) Mwrap.xs | 4 +- README | 5 ++ httpd.h | 6 +- mwrap_core.h | 208 +++++++++++++++++++++++---------------------------- 4 files changed, 103 insertions(+), 120 deletions(-)