mailing list of musl libc
 help / color / mirror / code / Atom feed
* Some questions
@ 2018-04-30  2:52 Patrick Oppenlander
  2018-04-30  3:16 ` Rich Felker
  0 siblings, 1 reply; 21+ messages in thread
From: Patrick Oppenlander @ 2018-04-30  2:52 UTC (permalink / raw)
  To: musl

Hi,

while working on another project I've been looking through quite a bit
of the musl code and have come up with a few minor questions I think
worth raising:

- Is there a way that spinlocks could be disabled or bypassed on
uniprocessor systems?

- sigisemptyset uses bss. Could be implemented in a similar fashion to
sigemptyset, save bss & would probably be faster.

- getcwd returned buffer size can be incorrect. If you call
getcwd(NULL, 1234) the returned buffer is sized to match the path
length but should be 1234 to be compatible with the glibc extension.

- Are there any plans to support static linking with LTO?

Thanks,

Patrick


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2018-05-02 13:42 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-30  2:52 Some questions Patrick Oppenlander
2018-04-30  3:16 ` Rich Felker
2018-04-30  3:55   ` Patrick Oppenlander
2018-04-30 15:35     ` Rich Felker
2018-05-01  2:35       ` Patrick Oppenlander
2018-05-01 21:03         ` Rich Felker
2018-05-01 22:14           ` Patrick Oppenlander
2018-04-30  5:17   ` Patrick Oppenlander
2018-04-30 15:29     ` Rich Felker
2018-05-01  2:32       ` Patrick Oppenlander
2018-04-30  5:29   ` Patrick Oppenlander
2018-04-30 15:31     ` Rich Felker
2018-05-01  2:34       ` Patrick Oppenlander
2018-05-01 15:52         ` Rich Felker
2018-05-01 17:35           ` Rich Felker
2018-05-01 21:49             ` Andre McCurdy
2018-05-01 22:14               ` Szabolcs Nagy
2018-05-02 13:42                 ` Rich Felker
2018-05-01  0:10   ` Patrick Oppenlander
2018-05-01 14:19     ` Szabolcs Nagy
2018-05-01 21:05     ` Rich Felker

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).