tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
* OSX + mmap + mansearch.c + documentation
@ 2014-08-09 11:51 Kristaps Dzonsons
  2014-08-09 15:04 ` Ingo Schwarze
  0 siblings, 1 reply; 3+ messages in thread
From: Kristaps Dzonsons @ 2014-08-09 11:51 UTC (permalink / raw)
  To: tech

Hi,

Small thing noticed in OSX:

% /usr/local/bin/apropos find
mmap: Invalid argument

According to the Mac OSX manpage for mmap(2), this is because:

[EINVAL]   flags does not include either MAP_PRIVATE or MAP_SHARED.

It's easy enough to add a mmap_flags variable as MAP_ANON | blah and 
ifdef it to do one or the other.  (I hesitate to say which, but am 
guessing MAP_PRIVATE since the page cache isn't (???) shared across 
processes.)

In general, the section scares me--I vaguely guess at what's happening, 
but have no idea why.  So more pertinently than the bit-field would be 
to document this section!  Ingo mentions the speed reduction in his talk 
(pg. 20, http://www.openbsd.org/papers/bsdcan14-mandoc.pdf), but not 
/why/ there's a speed reduction.

Best,

Kristaps
--
 To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv

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

end of thread, other threads:[~2014-08-10  8:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-09 11:51 OSX + mmap + mansearch.c + documentation Kristaps Dzonsons
2014-08-09 15:04 ` Ingo Schwarze
2014-08-10  8:26   ` Kristaps Dzonsons

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