From 9ccb91166667859d45fda6ab7df534bbfd10ef66 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Tue, 30 Oct 2007 12:37:16 +0000 Subject: Can select which assembler to use at configuration time (PR#4171) git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8462 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- byterun/unix.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'byterun/unix.c') diff --git a/byterun/unix.c b/byterun/unix.c index 7d3f85788..3b8bb22e6 100644 --- a/byterun/unix.c +++ b/byterun/unix.c @@ -337,12 +337,10 @@ char * caml_dlerror(void) /* The code below supports the use of mmap() rather than malloc() for allocating the chunks composing the major heap. - This code is needed for the IA64 under Linux, where the native + This code is needed on 64-bit Linux platforms, where the native malloc() implementation can return pointers several *exabytes* apart, (some coming from mmap(), other from sbrk()); this makes the - page table *way* too large. - No other tested platform requires this hack so far. However, it could - be useful for other 64-bit platforms in the future. */ + page table *way* too large. */ #include -- cgit v1.2.3-70-g09d2