The next release will use jemalloc

Closes #805
pull/848/head 0.64.0
Wilfred Hughes 2025-06-15 22:48:50 +07:00
parent cf19bf12de
commit 484708c6d3
1 changed files with 9 additions and 1 deletions

@ -13,7 +13,15 @@ Added support for Verilog and SystemVerilog.
### Build
CI on GitHub now uses Ubuntu 22.04 for Linux builds (previously Ubuntu
20.04), so prebuilt binaries will require a newer glibc version to run.
20.04), so prebuilt binaries will require a newer glibc version to
run.
### Internal
Difftastic has switched from MiMalloc to Jemalloc for allocation. This
is modest performance regression (up to 20% longer runtime in
testing). Jemalloc is currently easier to build (see issue #805) and
has fewer pathological performance corner cases.
## 0.63 (released 11th February 2025)