lightning
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using Lighning instead of LLVM in Faust


From: Paul Cercueil
Subject: Re: Using Lighning instead of LLVM in Faust
Date: Mon, 24 Feb 2020 12:30:30 -0300

Hi Stéphane,

The current code would need some small changes to work without a MMU (does the ESP32 have one?) but for the rest Lightning does the job just fine.

-Paul


Le dim., févr. 23, 2020 at 13:34, Stéphane Letz <address@hidden> a écrit :
Hi,

I'm a investigating the use of Lighning instead of the already implemented LLVM code for the Faust compiler (http://faust.grame.fr)

We have a class that translates an intermediate code in LLVM here: https://github.com/grame-cncm/faust/blob/master-dev/compiler/generator/interpreter/fbc_llvm_compiler.hh. I would like to test Lighning instead. The goal is to have a simple JIT chain (even if slower compared to LLVM), simpler to deploy on OS like Android, possibly embedded devices like the Bela board (https://bela.io), ESP32 (https://esp32.com), Teensy (https://www.pjrc.com/teensy/).

Is is a reasonable expectation in terms of what is currently possible and implemented in Lighning?

Thanks.








reply via email to

[Prev in Thread] Current Thread [Next in Thread]