array initialization: dimension list not constant
- From: Didier Verna <didier@xxxxxxxxxxxxx>
- Date: Fri, 31 Mar 2006 16:06:04 +0200
Just to be sure ...
in something like (make-array (* width height) ...)
CMUCL might complain that the dimension list is not constant, so it cannot
open-code the array creation routine.
This has an impact on the performance of the array creation, but not on
subsequent operations onto the array, right ?
THX
--
Didier Verna, didier@xxxxxxxxxxxxx, http://www.lrde.epita.fr/~didier
EPITA / LRDE, 14-16 rue Voltaire Tel.+33 (1) 44 08 01 85
94276 Le Kremlin-Bicêtre, France Fax.+33 (1) 53 14 59 22 didier@xxxxxxxxxx
.
- Follow-Ups:
- Re: array initialization: dimension list not constant
- From: Barry Margolin
- Re: array initialization: dimension list not constant
- Prev by Date: Re: Common Lisp implementations are still multiple times slower than C
- Next by Date: Re: Is this a good use for restart-bind?
- Previous by thread: Is this a good use for restart-bind?
- Next by thread: Re: array initialization: dimension list not constant
- Index(es):