Skip to content

Commit b0441da

Browse files
committed
update readme for 1.7.2/2.0.2
1 parent 752594e commit b0441da

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

readme.md

Lines changed: 6 additions & 3 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 run-time systems of the
1313
[Koka](https://koka-lang.github.io) and [Lean](https://github.com/leanprover/lean) languages.
1414

15-
Latest release tag: `v2.0.1` (beta, 2021-04-06).
16-
Latest stable tag: `v1.7.1` (2021-04-06).
15+
Latest release tag: `v2.0.2` (beta, 2021-06-17).
16+
Latest stable tag: `v1.7.2` (2021-06-17).
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:
@@ -73,7 +73,10 @@ Enjoy!
7373

7474
### Releases
7575

76-
* 2021-04-06, `v1.7.1`, `v2.0.1` (beta): fix bug in arena allocation for huge pages, improved aslr on large allocations, improved M1 support (still experimental).
76+
* 2021-06-17, `v1.7.2`, `v2.0.2` (beta): support M1, better installation layout on Linux, fix
77+
thread_id on Android, prefer 2-6TiB area for aligned allocation to work better on pre-window 8, various small fixes.
78+
79+
* 2021-04-06, `v1.7.1`, `v2.0.1` (beta): fix bug in arena allocation for huge pages, improved aslr on large allocations, initial M1 support (still experimental).
7780

7881
* 2021-01-31, `v2.0.0`: beta release 2.0: new algorithm for managing internal mimalloc pages that tends to use reduce memory usage
7982
and fragmentation compared to mimalloc v1 (especially for large workloads). Should otherwise have similar performance

0 commit comments

Comments
 (0)