mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@aerifal.cx>
To: musl@lists.openwall.com
Subject: Initial work on post-1.0 roadmap
Date: Wed, 28 Aug 2013 01:46:30 -0400	[thread overview]
Message-ID: <20130828054629.GA29224@brightrain.aerifal.cx> (raw)

This message is purely some notes for tracking and possible discussion
of things to do after musl 1.0 is released. I'm leaning towards (but
undecided) maintaining separate 1.0.x and 1.1.x branches after the 1.0
release, the 1.0.x being just bug-fixes and backports of non-invasive
changes, and real development taking place in the 1.1.x series. The
below items should probably then be arranged into a 1.1.x-series
roadmap based on how much seems reasonable to get done per release
(roughly, per month), and which features are in the highest demand.

Rich



----

Full C11 support -- mainly threads and uchar.h remain. Annex K is
still a possibility too but I'd probably rather wait and see if other
implementations and applications adopt it rather than have musl be
part of the driving force for its adoption.

Removing lazy-init of thread pointer. This will add a one-syscall
overhead at startup even in programs which don't need it, but will
allow large optimizations in many places, including optimizations
which reduce code size and bloat. However this item is contingent on
making sure it does not preclude support for ancient kernels where the
thread pointer setup syscalls are missing.

Overhauling iconv -- stateful conversions, user-defined charmaps,
reverse mapping for CJK, and performance improvements. Some of these
items may be done pre-1.0 if I get time.

Locale support, including both fixing the C locale LC_CTYPE issues and
adding useful, non-harmful categories like LC_TIME, LC_MESSAGES,
LC_COLLATE, and LC_MONETARY.

Support for non-flat-file passwd database backend.

Overhauling POSIX AIO. Details are linked on the wiki (Open Issues).

Switching to private futexes.

Improving resolver and IPv6 support further -- things like scope
identifiers for link-local addresses, automatic detection of
availability of IPv6, IDNs, search domains, resolv.conf options and
environment overrides, etc. Some of these improvements may take place
before 1.0, if I have time.

Improving the complex math library.

Simplifying the process of porting. Possibly adding skeleton files for
new ports, or tools to auto-generate arch-specific files from a
minimal description of the arch-specific properties. This might begin
before 1.0 if there are people interested in working on ports who
could benefit from it.


             reply	other threads:[~2013-08-28  5:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-28  5:46 Rich Felker [this message]
2013-08-30 17:03 ` Rich Felker
2013-09-05 11:14   ` Rob Landley
2013-09-05 18:27     ` Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130828054629.GA29224@brightrain.aerifal.cx \
    --to=dalias@aerifal.cx \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).