How to embed a native JIT compiler to a django app?

Stephane Wirtel stephane at wirtel.be
Sun Jan 28 08:32:28 EST 2018


On 01/27, Etienne Robillard wrote:
>Hi,
>
>I want to compile a Django application into a C source file and embed 
>a JIT compiler into the binary. Is there any way of doing this with 
>llvm/clang?

Hi Etienne,

I think no, Django will use Python and this one is interpreted. 

Answer, no...

Now, you could try to create a wheel file with your django project and
try that, but it is really complex.

Why do you want to package a Django app into a C file with a compiler?




-- 
Stéphane Wirtel - http://wirtel.be - @matrixise



More information about the Python-list mailing list