Daniel Llorens <d...@jast.ch> skribis: > From 03aa7ea2e61b419d38c6ca8de75ee34e5b55d28a Mon Sep 17 00:00:00 2001 > From: Daniel Llorens <daniel.llor...@bluewin.ch> > Date: Wed, 3 Apr 2013 16:19:17 +0200 > Subject: [PATCH 5/5] Remove double indirection in array-fill! > > * libguile/array-map.c, libguile/array-map.c: deprecate scm_array_fill_int. > * libguile/array-map.c: new function rafill, like scm_array_fill_int, but > factors GVSET out of loop. Use this in scm_array_fill_x instead of > scm_array_fill_int. > * test-suite/tests/arrays.test: test array-fill! with noncompact array. > * doc/guile-api.alist: unlist scm_array_fill_int.
Why deprecate scm_array_fill_int? Seems to me that there’s nothing wrong about it, no? Ludo’.