avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] Is there any active maintainer?


From: Joerg Wunsch
Subject: Re: [avr-libc-dev] Is there any active maintainer?
Date: Mon, 21 Jan 2019 22:21:47 +0100
User-agent: Mutt/1.11.2 (2019-01-07)

As Taavo Raykoff wrote:

> What is the route to becoming an allowed committer — if I or someone
> has time to help out with this?

Given the low activity of all existing committers (including me), I'd
say: enough dedication ...

Regarding your malloc stuff: there is a testsuite in the source
repository, glued around simulavr.  It contains a number of regression
tests to make sure no older malloc bug has been re-introduced.  It
would be really cool if you could see whether you can get that
testsuite to some life, and to test your patch.

Otherwise, I love the idea of allowing malloc() to become reentrant.

Another idea would be moving the existing malloc into a malloc_r()
implementation, with standard malloc() wrapping around it.  That's
basically what newlib does for ARM-GCC.

-- 
cheers, Joerg               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]