Allow pointer target in C array slice iteration to avoid expensive copying.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 3 Mar 2011 04:23:08 +0000 (20:23 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 3 Mar 2011 04:23:08 +0000 (20:23 -0800)
commited8aac8a1f9eac589561dcb07499dde85c3666fb
treef1b8320062ef9cd2736ea43d45dbd9fc1c952591
parent7e01eaacc53fa9b6301d80315f3533ec7d34011b
Allow pointer target in C array slice iteration to avoid expensive copying.
Cython/Compiler/Nodes.py
Cython/Compiler/Optimize.py
tests/run/carray_slicing.pyx