Skip to content

Commit 8c532c3

Browse files
committed
Merge branch 'dev' into dev-slice
2 parents b907d76 + 1f3ecec commit 8c532c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ is a general purpose allocator with excellent [performance](#performance) charac
1212
Initially developed by Daan Leijen for the runtime systems of the
1313
[Koka](https://koka-lang.github.io) and [Lean](https://github.com/leanprover/lean) languages.
1414

15-
Latest release tag: `v2.1.6` (2024-05-13).
16-
Latest v1 tag: `v1.8.6` (2024-05-13).
15+
Latest release tag: `v2.1.7` (2024-05-21).
16+
Latest v1 tag: `v1.8.7` (2024-05-21).
1717

1818
mimalloc is a drop-in replacement for `malloc` and can be used in other programs
1919
without code changes, for example, on dynamically linked ELF-based systems (Linux, BSD, etc.) you can use it as:
@@ -82,6 +82,8 @@ memory usage
8282
and fragmentation compared to mimalloc `v1.x` (especially for large workloads). Should otherwise have similar performance
8383
(see [below](#performance)); please report if you observe any significant performance regression.
8484

85+
* 2024-05-21, `v1.8.7`, `v2.1.7`: Fix build issues on less common platforms. Started upstreaming patches
86+
from the CPython [integration](https://github.com/python/cpython/issues/113141#issuecomment-2119255217). Upstream `vcpkg` patches.
8587
* 2024-05-13, `v1.8.6`, `v2.1.6`: Fix build errors on various (older) platforms. Refactored aligned allocation.
8688
* 2024-04-22, `v1.8.4`, `v2.1.4`: Fixes various bugs and build issues. Add `MI_LIBC_MUSL` cmake flag for musl builds.
8789
Free-ing code is refactored into a separate module (`free.c`). Mimalloc page info is simplified with the block size

0 commit comments

Comments
 (0)