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: Ludovic Courtès
Subject: Re: array-copy! is slow & array-map.c
Date: Fri, 05 Apr 2013 22:36:38 +0200
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.3 (gnu/linux)

Daniel Llorens <address@hidden> skribis:

> From 76432b25fda11957142e94653aafbc798ef4d880 Mon Sep 17 00:00:00 2001
> From: Daniel Llorens <address@hidden>
> Date: Wed, 3 Apr 2013 22:40:40 +0200
> Subject: [PATCH 2/3] Remove double indirection in array-fill!
>
> * libguile/array-map.c: new function rafill, like scm_array_fill_int,
>   but factors GVSET out of the loop. Use it in scm_array_fill_x instead of
>   scm_array_fill_int.
> * test-suite/tests/arrays.test: add test for array-fill! with stride != 1.

[...]


> From ef8e5b980c6d5a4dbea12fbed1ac7bc16277b859 Mon Sep 17 00:00:00 2001
> From: Daniel Llorens <address@hidden>
> Date: Wed, 3 Apr 2013 22:52:21 +0200
> Subject: [PATCH 3/3] Deprecate scm_array_fill_int()
>
> * libguile/array-map.h, libgule/array-map.c: move scm_array_fill_int
>   to the deprecated section.

Applied, thanks!

Ludo’.



reply via email to

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