This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Patches to reduce stack consumption of qsort
- From: Håkan Lindqvist <hakan dot lindqvist at enea dot com>
- To: "newlib at sourceware dot org" <newlib at sourceware dot org>
- Date: Mon, 12 Mar 2018 15:37:16 +0000
- Subject: Patches to reduce stack consumption of qsort
- Authentication-results: sourceware.org; auth=none
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=hakan dot lindqvist at enea dot com;
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Greetings,
I would like to submit a pair of patches to the qsort function, both intended to reduce the stack consumption. The patches are functionally separate, but the second one builds on the changes in the first one.
I'm not experienced using GIT, or sending patches via email, so please inform me if there is something I should do differently. I'll try one patch per email, as attachments...
Best regards
Håkan Lindqvist