embedded C JIT compiler for fast prototyping of DSP routines (based on TinyCC)
-
I noticed this in the documentation "embedded C JIT compiler for fast prototyping of DSP routines (based on TinyCC)" and was wondering if there is any other info or how I might go about making use of this? tried searching the forum and web but no dice.
-
Yeah, actually I removed this quite some time ago because there was nobody using it (including me), but forgot to update the Readme in the repository...
I did some experiments with writing a native JIT compiler for DSP routines based on
NativeJIT
, then onasmjit
, but ultimately gave up because you can't run JITted code on iOS and this would truncate the possibilities on that platform.