chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] faster threading


From: John Cowan
Subject: Re: [Chicken-users] faster threading
Date: Sun, 2 Nov 2008 14:06:17 -0500
User-agent: Mutt/1.5.13 (2006-08-11)

Tobia Conforto scripsit:

> Moreover, they must be conveyed in a form suitable for relinking with  
> a modified version of rbtree.scm.  This means that all programs  
> statically linked with Chicken must also be distributed in object  
> code, to allow relinking with a different version of rbtree.scm

This is the killer part for C/C++ applications, so I have to say that
I now agree with Felix.  In Java (which is what I mostly use these days)
it doesn't matter, because code is rarely if ever distributed in linked
form (using gcj); it's always distributed in .jar form, which is basically
a ZIPfile of object form.

-- 
John Cowan      address@hidden
        "Not to know The Smiths is not to know K.X.U."  --K.X.U.




reply via email to

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