aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-20 15:41:26 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-20 15:41:26 +0000
commit56b7a238dccfb8735400793a5fbbfae67722ac4a (patch)
tree182a37db911ac12a5d760d5ef18d2959f2396ad9
parentc257c8a3f34243f4c544a843c2ec61577f07aabe (diff)
downloadmandoc-56b7a238dccfb8735400793a5fbbfae67722ac4a.tar.gz
mandoc-56b7a238dccfb8735400793a5fbbfae67722ac4a.tar.zst
mandoc-56b7a238dccfb8735400793a5fbbfae67722ac4a.zip
MAP_PRIVATE is pointless without PROT_WRITE
-rw-r--r--TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/TODO b/TODO
index e23f811b..f2129849 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.243 2017/07/20 15:26:41 schwarze Exp $
+* $Id: TODO,v 1.244 2017/07/20 15:41:26 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -506,11 +506,6 @@ are mere guesses, and some may be wrong.
* performance issues
************************************************************************
-- Why are we using MAP_SHARED, not MAP_PRIVATE for mmap(2)?
- from kristaps@ Sat, 09 Aug 2014 13:51:36 +0200
-
-Several areas can be cleaned up to make mandoc even faster. These are
-
- the PDF file is HUGE: this can be reduced by using relative offsets
************************************************************************