mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-03 14:09:31 +03:00
Update readme.md
This commit is contained in:
parent
13cd3f7f05
commit
9570ae8d30
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ Enjoy!
|
||||||
### Branches
|
### Branches
|
||||||
|
|
||||||
* `master`: latest stable release (still based on `dev2`).
|
* `master`: latest stable release (still based on `dev2`).
|
||||||
* `dev`: development branch for mimalloc v1. Use this branch for submitting PR's.
|
* `dev`: development branch for mimalloc v1. **Use this branch for submitting PR's**.
|
||||||
* `dev2`: development branch for mimalloc v2. This branch is downstream of `dev`
|
* `dev2`: development branch for mimalloc v2. This branch is downstream of `dev`
|
||||||
(and is essentially equal to `dev` except for `src/segment.c`). Uses larger sliced segments to manage
|
(and is essentially equal to `dev` except for `src/segment.c`). Uses larger sliced segments to manage
|
||||||
mimalloc pages that can reduce fragmentation.
|
mimalloc pages that can reduce fragmentation.
|
||||||
|
@ -84,7 +84,7 @@ Enjoy!
|
||||||
|
|
||||||
### Releases
|
### Releases
|
||||||
|
|
||||||
* 2025-03-28, `v1.9.3`, `v2.2.3`, `v3.0.3-beta`: Various small bug and build fixes, including:
|
* 2025-03-28, `v1.9.3`, `v2.2.3`, `v3.0.3` (beta): Various small bug and build fixes, including:
|
||||||
fix arm32 pre v7 builds, fix mingw build, get runtime statistics, improve statistic commit counts,
|
fix arm32 pre v7 builds, fix mingw build, get runtime statistics, improve statistic commit counts,
|
||||||
fix execution on non BMI1 x64 systems.
|
fix execution on non BMI1 x64 systems.
|
||||||
* 2025-03-06, `v1.9.2`, `v2.2.2`, `v3.0.2-beta`: Various small bug and build fixes.
|
* 2025-03-06, `v1.9.2`, `v2.2.2`, `v3.0.2-beta`: Various small bug and build fixes.
|
||||||
|
|
Loading…
Add table
Reference in a new issue