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
SPAM *** Re: [cfarm-users] debugger architecture
Hi Christian,
> To port TinyCC on Silicon ...
It's good that you mention TinyCC. AFAIU, it contains a C interpreter.
Would it be possible to extend it, to contain a C interpreter and debugger?
This would make it possible to do debugging
Hi Christian,
> To port TinyCC on Silicon ...
It's good that you mention TinyCC. AFAIU, it contains a C interpreter.
Would it be possible to extend it, to contain a C interpreter and debugger?
This would make it possible to do debugging on platforms where 'ptrace'
is not available to normal users