chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Tiny C Compiler


From: felix
Subject: Re: [Chicken-users] Tiny C Compiler
Date: Tue, 26 Aug 2003 23:57:17 +0200
User-agent: Opera7.11/Linux M2 build 406

On Wed, 27 Aug 2003 03:04:08 +1200, Tony Garnock-Jones <address@hidden> wrote:

Find a wrapper for the Tiny C compiler here:
http://www.call-with-current-continuation.org/eggs/tcc.html

How intriguing! Where are you headed with this? (Dynamic compilation?)


Well, it's currently just usable for dynamically compiling C for
speed-critical things (depending on how good TCC optimizes - probably
not much, but better than interpreted scheme in any case).

Compiling full Scheme dynamically uses too much resources (I assume),
furthermore the compiler isn't really suited for in-core compilation,
in contrast to batch compilation.

One interesting application would be some kind of "sub"-scheme, a simple dialect, perhaps statically typed, that can be used for those
performance critical number crunching.


cheers,
felix





reply via email to

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