Skip to content

Commit

Permalink
Update content/blog/2024-08-01-unikraft-gsoc-debugging-mimalloc.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Radu Nichita <[email protected]>
Signed-off-by: Yang Hu <[email protected]>
  • Loading branch information
huyang531 and RaduNichita authored Aug 9, 2024
1 parent 28d1d54 commit 6dffd85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This is the first step in a series of efforts to provide Unikraft users with mor
### Objectives

[Hugo Lefeuvre](https://github.com/hlef) made an initial work to port mimalloc to Unikraft back in 2020 (see [this repo](https://github.com/unikraft/lib-mimalloc)).
However, as Unikraft has evolved significantly over the years, more work is needed to adapt the `lib-mimalloc` port to the latest Unikraft core.
However, as Unikraft has evolved significantly over the years, more work has to be done in order to adapt the `lib-mimalloc` port to the latest Unikraft core.

So far, I have successfully ported the mimalloc memory allocator to Unikraft, marked by a successful compilation of mimalloc `v1.6.3` against the latest Unikraft core (v0.17.0) with `lib-musl`.
Now, I am focused on validating the port and testing its performace.
Expand Down

0 comments on commit 6dffd85

Please sign in to comment.