* Jan Staněk:

> The main issue I'm fighting with currently is the CC0-licensed dlmalloc
> and it's possible replacement with the musl one.
> It seems that the dlmalloc is used mainly because it does not need
> a mmap-like capabilities on the system; WebAssembly does not provide that.
> I'm yet to succesfully compile the libc with any other malloc
> implementation – any help or pointers appreciated.

You can try to replace the current version with dlmalloc 2.7.2, which
still comes with the previous public domain dedication:

  <https://gee.cs.oswego.edu/pub/misc/>

We can also ask Doug Lea if he can go back to the previous public domain
dedication.

Thanks,
Florian
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to