summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-25 02:44:37 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-25 02:44:37 +0100
commitcc94b3cfe65523f980359e5f0e93a26196bda1d3 (patch)
treecd558314dbb5cfd68c0cca4792b82fe16e5d2f94
parent9c7f37fbf94fca5cd9dd4a967132fb663e5ffc07 (diff)
parent2b930732b7a16fef14020831cc1d8ab71091f6c2 (diff)
Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into tschwinge/Roger_Whittaker
-rw-r--r--sysdeps/mach/pagecopy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/pagecopy.h b/sysdeps/mach/pagecopy.h
index 36c3697605..29b73ce762 100644
--- a/sysdeps/mach/pagecopy.h
+++ b/sysdeps/mach/pagecopy.h
@@ -20,7 +20,7 @@
/* Threshold at which vm_copy is more efficient than well-optimized copying
by words. This parameter should be tuned as necessary. */
-#define PAGE_THRESHOLD (2 * PAGE_SIZE) /* XXX ? */
+#define PAGE_COPY_THRESHOLD (16384) /* XXX Tune this. */
#define PAGE_SIZE __vm_page_size
#define PAGE_COPY_FWD(dstp, srcp, nbytes_left, nbytes) \