[Top][All Lists]
[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
- Re: [Tinycc-devel] Is tcc still being developed?, (continued)
- Re: [Tinycc-devel] Is tcc still being developed?, Mike Partin, 2004/09/22
- Re: [Tinycc-devel] Is tcc still being developed?, Zhonglin Zhang, 2004/09/22
- Re: [Tinycc-devel] Is tcc still being developed?, Fabrice Bellard, 2004/09/23
- Re: [Tinycc-devel] Is tcc still being developed?, Peter Busser, 2004/09/23
- Re: [Tinycc-devel] Is tcc still being developed?, Fabrice Bellard, 2004/09/23
- Re: [Tinycc-devel] Is tcc still being developed?, Peter Busser, 2004/09/23
- Re: [Tinycc-devel] Is tcc still being developed?, Merlin R. Avery Jr., 2004/09/23
- Re: [Tinycc-devel] Is tcc still being developed?, Charlie Gordon, 2004/09/23
- Re: [Tinycc-devel] Is tcc still being developed?, Peter Busser, 2004/09/23
- Re: [Tinycc-devel] Is tcc still being developed?, Merlin R. Avery Jr., 2004/09/23
- Re: [Tinycc-devel] Is tcc still being developed?,
Greg Haerr <=
- Re: [Tinycc-devel] Is tcc still being developed?, Steve Dekorte, 2004/09/28
- Re: [Tinycc-devel] Is tcc still being developed?, Basile STARYNKEVITCH, 2004/09/28
- Re: [Tinycc-devel] Is tcc still being developed?, Kyle Hayes, 2004/09/28
- Re: [Tinycc-devel] Is tcc still being developed?, Basile STARYNKEVITCH, 2004/09/29
- Re: [Tinycc-devel] Is tcc still being developed?, Charlie Gordon, 2004/09/23