tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Is tcc still being developed?


From: Greg Haerr
Subject: Re: [Tinycc-devel] Is tcc still being developed?
Date: Fri, 24 Sep 2004 12:51:15 -0600

: > Another interesting project would be to add a bytecode generator to have
: > a slower but portable target.

I took an older xlisp engine, with garbage compaction and a typeless
stack-machine based bytecode interpreter, and converted it to 
compile and run javascript syntax input.  A simple zero address
stack machine bytecode would still probably work well for tcc
output.  I haven't looked at the code generator...  are expressions
stored as parse trees or something analgous for simple stack
machine language output?

Regards,

Greg






reply via email to

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