This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compiling multidimensional arrays


On 17 September 2013 04:49, Per Bothner <per@bothner.com> wrote:
> I checked in a fix so the logic makes sense, though multianewarray
> is only used when dims > 1 - which doesn't happen in the Kawa codebase.
> I also noted in the comment that the dims>1 case isn't tested ...

I also noted it can't have been tested due to dims always being 1.
Seems like the length: parameter should take a list of dimensions in
addition to the current behaviour, mirroring CL's MAKE-ARRAY, but that
seems wildly low priority (as you say) given SRFI-25 support.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]