[pypy-dev] [pypy-commit] pypy fast_cffi_list_init: implement the fast-path for intstrategy and long[] only

Antonio Cuni anto.cuni at gmail.com
Thu Oct 10 10:56:46 CEST 2013


Hi,

On 09/10/13 18:48, Carl Friedrich Bolz wrote:
> Hi Anto,
>
> just said it on IRC, just so that it doesn't get lost:
>
> I think module/_cffi_backend should use the generic interfaces and not
> touch the internals of listobject.py. it can just call
> space.listview_int and space.listview_float, they are a no-copy
> operation on int/float strategy lists.

indeed, that's a very good idea. I should have thought of it :)



More information about the pypy-dev mailing list