[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] bytecode
From: |
Hanzac Chen |
Subject: |
Re: [Tinycc-devel] bytecode |
Date: |
Wed, 12 Oct 2005 07:42:52 +0800 |
Hi,
Will somebody write a target of TCC to output Java bytecode or CL
bytecode? I think that will be cool for the TCC.
On 10/11/05, Chris wrote:
> I have seen some brief mention of bytecode targets here and there on
> this list over the last few years. Has anything come of any of those?
>
> I really would like to see a C to bytecode compiler and an accompanying
> lightweight VM to run the bytecode. I imagine the VM would be extremely
> simple (relatively speaking at least), lightweight, and fast if the only
> functionality was similar to standard ANSI C. This would allow easy
> embedding of the VM in applications. Especially if it allowed direct
> calling to/from native (binary) system libraries.
> ...