You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's more an idea than an issue, but maybe using DragonFFI (github.com/aguinet/dragonffi) as a compiler and "python glue" (that is convert data back and forth from C and python) backend can solve some of the issues you have (like generating many .so's).
Let me know if you are interested!
The text was updated successfully, but these errors were encountered:
It's all kept in memory using one of the LLVM jitter mechanism (which also has its own runtime dynamic linker, to link dynamic objects together if necessary).
It's more an idea than an issue, but maybe using DragonFFI (github.com/aguinet/dragonffi) as a compiler and "python glue" (that is convert data back and forth from C and python) backend can solve some of the issues you have (like generating many .so's).
Let me know if you are interested!
The text was updated successfully, but these errors were encountered: