On Nov 11, 2015, at 03:06, Esteban Lorenzano <estebanlm@gmail.com> wrote:
On 10 Nov 2015, at 23:08, Clément Bera <bera.clement@gmail.com <mailto:bera.clement@gmail.com>> wrote:
In short NativeBoost has in production no support for ARM assembler. At some point a DSL was built to generate assembly code in an abstract way over ARM and x86 (it was called VirtualCPU) but it has never been released. To solve this issue you need to have NativeBoost generate ARM assembly code. This should be solved mainly inside the image.
Alternatively Esteban is working (and has almost finished) on a FFI backend for Cairo and FFI already supports ARM and works fine on the Pie.
what Iâm working on is a FFI backend for NativeBoost (the FFI part which is what everybody uses)⦠and is almost finish, not just for Cairo :)
Esteban
Drop me a note when I can get it, please? Thanks.