[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] bytecode
From: |
Shawn Rutledge |
Subject: |
Re: [Tinycc-devel] bytecode |
Date: |
Tue, 11 Oct 2005 22:17:38 -0700 |
On 10/11/05, Evan Langlois <address@hidden> wrote:
> You gotta love modern computing. C code being compiled to bytecode to
> be interpretted by a massive bulky virtual machine written in C ... and
> the benefit is ... portability between architectures? .. with all the
> other problems of C and none of the benefits of other languages
Well at least the abstract machine code and translator are
interesting, even if using C as the "high level language" is not.
Portability is a worthwhile goal IMO.