mwrap user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: mwrap-public@80x24.org
Subject: mwrap-perl changes merged
Date: Sun, 8 Jan 2023 05:18:37 +0000	[thread overview]
Message-ID: <20230108051837.M995361@dcvr> (raw)

pushed to https://80x24.org/mwrap.git

commit b5ab9be6686aa778a4cfd7622c598736b9c42321
parent 4356beb8237a92b3 (picohttpparser: fix __SSE_4_2__ CPP check, 2023-01-07)
parent 2c25edb01139365f (undefine Mwrap::SourceLocation.allocate, 2023-01-07)
Date:   Sun Jan 8 05:03:26 2023 +0000

    Merge changes from the Perl side

    This contains many changes from https://80x24.org/mwrap-perl.git

    * Built-in RCU-friendly version of dlmalloc, no more fragile dlsym(3m)
      resolution of malloc-family functions in the constructor

    * Allocations are now backed by O_TMPFILE on $TMPDIR on modern Linux.
      Since mwrap increases memory usage greatly and I needed to use it
      on a system where I needed more VM space but lacked the ability
      to add swap.

    * Configurable C backtrace level via MWRAP=bt:$DEPTH where $DEPTH
      is a non-negative integer.  Be careful about increasing it, even
      a depth of 3-4 can be orders-of-magnitude more expensive in
      time and space.  This can be changed dynamically at runtime via
      local HTTP (see below).

    * Embedded per-process local-socket-only HTTP server obsoletes
      MwrapRack when combined with mwrap-rproxy from the Perl dist
      (set `MWRAP=socket_dir:/dir/of/sockets')
      See https://80x24.org/mwrap-perl/20221210015518.272576-4-e@80x24.org/
      for more info.

      It now supports downloading CSV (suitable for importing into sqlite 3.32.0+)

    * License switched to GPL-3+ to be compatible with GNU binutils
      since we may take code from addr2line in the future.

    * libxxhash supported if XXH3_64bits is available.

                 reply	other threads:[~2023-01-08  5:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://80x24.org/mwrap/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230108051837.M995361@dcvr \
    --to=e@80x24.org \
    --cc=mwrap-public@80x24.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mwrap.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).