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.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE 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 592411F54E for ; Sun, 4 Sep 2022 07:43:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1662277433; bh=sPVYCWBduqwaN+0idL4O+rf0ClAMRlzJr/DpxaQtTUY=; h=From:To:Subject:Date:From; b=xqJ9whndPijVxKX3uu1gvKfERFv5ceyCTFGgon8eQjrvgdibmyGuArobJHZbzOAVM /byw/PB8bq3MiMmZLUGQtflDpjjVWg+A4CWnXhBumBV57gT0o1q4Rr9tOcbconuMc6 iRk00gEgxxLXGN01rAWVzP6VZQlYJMHZwRRugaVw= From: Eric Wong To: mwrap-perl@80x24.org Subject: [PATCH 0/2] allow tracking allocations earlier Date: Sun, 4 Sep 2022 07:44:40 +0000 Message-Id: <20220904074442.26051-1-mwrap-perl@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: This brings us closer to the Ruby version in being able to track early allocations. On FreeBSD, this requires properly loading libexecinfo ourselves instead of relying on something else in the process to load it. Eric Wong (2): Makefile.PL: check for execinfo on FreeBSD create the `totals' rculfhash as early as possible Makefile.PL | 31 +++++++++++++++++++++++++++++++ Mwrap.xs | 7 ++++--- 2 files changed, 35 insertions(+), 3 deletions(-)