[Openmcl-devel] Large arrays in 1.3
    Edmund Furse 
    edmund at furse.f2s.com
       
    Thu Jun 11 04:19:49 PDT 2009
    
    
  
I can build large bit arrays in ccl 1.2 but not in 1.3
Here is an example
(defvar xi29)
(defvar max)
(setq max (+ (product-of-primes 29) 600))
(prog () (setq xi29 (make-array (list max) :element-type 'bit))  
(return 'ok))
The product of the primes is 6469693230.
This works fine in ccl 1.2, but in 1.3 it freezes the application.
Any ideas?
Edmund Furse
    
    
More information about the Openmcl-devel
mailing list