Subject: Re: Buggy BinarySearch implementation, real life and a curious soul...
From: rpw3@rpw3.org (Rob Warnock)
Date: Tue, 06 Jun 2006 21:54:47 -0500
Newsgroups: comp.lang.lisp
Message-ID: <b9WdnVUkF_pqohvZnZ2dnUVZ_tSdnZ2d@speakeasy.net>
Frank Buss <fb@frank-buss.de> wrote:
+---------------
| (make-array 500000000 :element-type '(unsigned-byte 1)) fails on most 32
| bit Lisp implementations, but it would fit into 63 MB memory.
+---------------
Works fine on CMUCL:
> (type-of (make-array 500000000 :element-type '(unsigned-byte 1)))
(SIMPLE-BIT-VECTOR 500000000)
>
Fails for 536870911 and above, though... ;-}
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607