manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
138 stars 19 forks source link

Support overlapped copying of homogenous numeric vectors #1

Closed donaldsonjw closed 6 years ago

donaldsonjw commented 6 years ago

Modify the implementation of homogenous numeric vector-copy! to support overlapped copying. This allows the copying of potentially overlapping regions in the same vector.

manuel-serrano commented 6 years ago

Wonderful. Thank you Joseph for this contribution (and the first Bigloo's pull request :-)