On 15/02/15 10:49, Armin Rigo wrote:
Numpy has it's own build system, extending distutils in ways different from cffi. I'm not sure what is more work - merging a cffi.verify() shared object into the numpy build system or adding the ability to build shared objects to the build system.Hi Matti, On 14 February 2015 at 17:44, Matti Picus <matti.pi...@gmail.com> wrote:That makes sense, thanks. I will see if I can easily reuse the c code as a shared object rather than a module, and what effect that has on timing.Note that it's what ffi.verify() is for: you add any amount of custom C code there.Armin Matti |
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev