summaryrefslogtreecommitdiff
path: root/byterun/io.h
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2012-04-18 07:17:58 +0000
committerAlain Frisch <alain@frisch.fr>2012-04-18 07:17:58 +0000
commit061ed556888aed2c84267caca6a6ab832eb2da46 (patch)
treedd594255e06294b863e40a382af794adb60682aa /byterun/io.h
parent215e508e8bd53f7299ffd7d828794e2f4d4ba6f4 (diff)
parent3930c2fd79e43bd02e3bc79d6b047f3aeab0effe (diff)
downloadocaml-more_unboxing.tar.gz
Sync with trunk.more_unboxing
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/more_unboxing@12369 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/io.h')
-rw-r--r--byterun/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/io.h b/byterun/io.h
index 53d9bb9bf4..89a85380c7 100644
--- a/byterun/io.h
+++ b/byterun/io.h
@@ -22,7 +22,7 @@
#include "mlvalues.h"
#ifndef IO_BUFFER_SIZE
-#define IO_BUFFER_SIZE 4096
+#define IO_BUFFER_SIZE 65536
#endif
#if defined(_WIN32)