aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-09 14:24:53 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-09 14:24:53 +0000
commitcf057940852b80c08275bb28dab9c2f9b01fdc63 (patch)
tree7f1bf747011ffcf8182063e357d67ba839fb655e /TODO
parentee5244d581c7c935e17fe2c2ca5d8f03b6df6c8c (diff)
downloadmandoc-cf057940852b80c08275bb28dab9c2f9b01fdc63.tar.gz
mandoc-cf057940852b80c08275bb28dab9c2f9b01fdc63.tar.zst
mandoc-cf057940852b80c08275bb28dab9c2f9b01fdc63.zip
mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;
found by kristaps@ on Mac OS X
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 387bd6ad..a41df298 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.175 2014/08/08 20:04:36 schwarze Exp $
+* $Id: TODO,v 1.176 2014/08/09 14:24:53 schwarze Exp $
************************************************************************
************************************************************************
@@ -399,6 +399,10 @@
* performance issues
************************************************************************
+- Why are we using MAP_SHARED, not MAP_PRIVATE for mmap(2)?
+ How does SQLITE_CONFIG_PAGECACHE actually work? Document it!
+ from kristaps@ Sat, 09 Aug 2014 13:51:36 +0200
+
Several areas can be cleaned up to make mandoc even faster. These are
- improve hashing mechanism for macros (quite important: performance)