[cfarm-users] debugger architecture

Bruno Haible bruno at clisp.org
Mon Mar 22 10:17:05 CET 2021


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



More information about the cfarm-users mailing list