guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: array-copy! is slow & array-map.c


From: Daniel Llorens
Subject: Re: array-copy! is slow & array-map.c
Date: Fri, 5 Apr 2013 19:29:45 +0200

On Apr 5, 2013, at 19:20, Ludovic Courtès wrote:

> Daniel Llorens <address@hidden> skribis:
> 
>> +(with-test-prefix "array-copy!"
>> +
>> +  (with-test-prefix "rank 2"
>> +    (pass-if (let ((a #2((1 2) (3 4)))
>> +                   (b (make-array 0 2 2))
> 
> Can you make that:
> 
>  (with-test-prefix "array-copy!"
> 
>    (pass-if "rank 2"
>      (let ((a ...))))
> 
> (Same for the following tests.)
> 
> TIA,
> Ludo’.

Like this?

Attachment: 0001-Tests-for-array-copy.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]