mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rob Landley <rob@landley.net>
To: musl@lists.openwall.com
Cc: musl@lists.openwall.com
Subject: Re: cpuset/affinity interfaces and TSX lock elision in musl
Date: Sat, 18 May 2013 23:12:10 -0500	[thread overview]
Message-ID: <1368936730.2611.2@driftwood> (raw)
In-Reply-To: <CAPLrYERdrp6uv6NyhjRzFjXO4ae_1Gkfn6m_n+ZHAKH50yLqjQ@mail.gmail.com> (from daniel.cegielka@gmail.com on Fri May 17 02:41:18 2013)

On 05/17/2013 02:41:18 AM, Daniel Cegiełka wrote:
> Rich, Rob - thanks for the information. This is functionality that
> sooner or later, but it is worth to add to the musl.
> 
> >> 2) The upcoming glibc will have support for TSX lock elision.
> >>
> >>  
> http://en.wikipedia.org/wiki/Transactional_Synchronization_Extensions
> >>
> >> http://lwn.net/Articles/534761/
> >>
> >> Are there any outlook that we can support TSX lock elision in musl?
> >
> > I was involved in the discussions about lock elision on the glibc
> > mailing list, and from what I could gather, it's a pain to implement
> > and whether it brings you any benefit is questionable.
> 
> There is currently no hardware support, so the tests were done in the
> emulator. It's too early to say there's is no performance gain.
> 
> > Before making
> > any decision, I think we should wait to see some performance  
> figures.
> 
> musl is described as libc for embedded systems (raspberry pi, small
> routers, mobile etc.). Summing up: low-end hardware.

Where is it described that way? That wasn't my impression: it was a  
simple generic C library for Linux and Android. We should be able to  
build desktops with it just fine.

> I think musl is
> the ideal solution for high-end HPC servers etc., so that's why we
> should support innovative solutions (like TSX lock elision).

HPC and embedded are closer to each other than either is to the  
desktop. They race to completion, we race to quiescence on underpowered  
hardware; neither has persistent processes but more of a batch  
mentality. We keep power consumption down to extend battery life, they  
keep power consumption down because heat dissipation costs more than  
the hardware...

Right now I'm in month 4 of a 6 month contract at Cray, the  
supercomputer company. (No, not the one SGI bought: it split in two  
when Seymour Cray retired and they gave him a $100 million research lab  
as a retirement present. The half SGI _didn't_ buy expanded back into  
the space and is again supercomputing in the big leagues.)

> We may
> also ask manufacturers (such as Intel) for help with optimization
> (they really help with glibc and gcc).

Worry about target-specific optimization after 1.0. Until then it's  
premature optimization. Right now target-independent optimization seems  
more interesting. (To me, anyway.)

Rob

      parent reply	other threads:[~2013-05-19  4:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-16 16:37 Daniel Cegiełka
2013-05-16 20:36 ` Rich Felker
2013-05-17  4:49   ` Rob Landley
2013-05-17  5:01     ` Rich Felker
2013-05-19  4:05       ` Rob Landley
2013-05-17  7:41   ` Daniel Cegiełka
2013-05-17 11:28     ` Szabolcs Nagy
2013-05-17 17:29       ` Rich Felker
2013-05-19  4:40         ` Rob Landley
2013-05-19 20:51           ` Rich Felker
2013-05-19  4:12     ` Rob Landley [this message]

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=1368936730.2611.2@driftwood \
    --to=rob@landley.net \
    --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).