Christian Jullien wrote:
> TinyCC is not an interpreter, it compiles in memory then executes the code
> so fast that its looks to act as an interpreter.

But the essential difference is that it does so in the same process, without
using ptrace.

> AFAIK, TinyCC has no specific debugger.

A debugger could be added around the compile-and-run logic.

Bruno


_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to