Remove double indirection in element access in array-copy!
authorDaniel Llorens <daniel.llorens@bluewin.ch>
Mon, 1 Apr 2013 16:43:58 +0000 (18:43 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 3 Apr 2013 12:21:49 +0000 (14:21 +0200)
commit72e2b5923a15f49fd7f7706fe35dfc1157a41bb5
tree460acc233d1265ac0b43e9d67759e8c5f2e41d2c
parent9a31a54561b859dfbaca4f4523252a76adb56386
Remove double indirection in element access in array-copy!

* libguile/array-map.c: (racp): factor scm_generalized_vector_ref,
  scm_generalized_vector_set_x out of the rank-1 loop.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
libguile/array-map.c