tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] [cfarm-users] debugger architecture


From: Bruno Haible
Subject: Re: [Tinycc-devel] [cfarm-users] debugger architecture
Date: Mon, 22 Mar 2021 10:17:05 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-203-generic; KDE/5.18.0; x86_64; ; )

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]