Re: Anybody has experience with SLIM BINARIES?

poing@luna.nl (Paul van der Valk)
16 Jul 1997 22:56:53 -0400

          From comp.compilers

Related articles
Anybody has experience with SLIM BINARIES? Robert.M.Muench@SCRAP.de (Robert M. Muench) (1997-06-20)
Anybody has experience with SLIM BINARIES? Robert.M.Muench@SCRAP.de (Robert M. Muench) (1997-06-30)
Re: Anybody has experience with SLIM BINARIES? maatwerk@euronet.nl (Mauk van der Laan) (1997-07-08)
Re: Anybody has experience with SLIM BINARIES? jhan@delphi.umd.edu (1997-07-09)
Re: Anybody has experience with SLIM BINARIES? poing@luna.nl (1997-07-13)
Re: Anybody has experience with SLIM BINARIES? mkgardne@cs.uiuc.edu (1997-07-16)
Re: Anybody has experience with SLIM BINARIES? poing@luna.nl (1997-07-16)
Re: Anybody has experience with SLIM BINARIES? danwang@dynamic.CS.Princeton.EDU (Daniel Wang) (1997-07-18)
Re: Anybody has experience with SLIM BINARIES? michael_werts@taligent.com (Michael C. Werts) (1997-07-18)
Re: Anybody has experience with SLIM BINARIES? kistler@ics.uci.edu (Thomas Kistler) (1997-07-22)
Re: Anybody has experience with SLIM BINARIES? pardo@cs.washington.edu (1997-07-22)
| List of all articles for this month |

From: poing@luna.nl (Paul van der Valk)
Newsgroups: comp.compilers
Date: 16 Jul 1997 22:56:53 -0400
Organization: Wirehub! Internet
References: 97-06-083 97-06-117 97-07-033 97-07-071
Keywords: linker, UNCOL

On 13 Jul 1997 John wrote:


>Paul
>[I would carefully investigate the many failed UNCOL projects over the
>past 40 years to be sure you understand why creating and using a
>common intermediate code is much harder than it looks.


I know, you can add my now abandoned 'ucode' project to those 40 years
:-). Nevertheless I'm working on a sequel right now (U++). Don't
worry, I don't have the illusion of building an ideal UNCOL that
covers all platforms. What I basicly want is a code-definition that's
potentially portable to N platforms. This doesn't cover all aspects of
all known OSes, just a healthy subset.


>Slim binaries
>are a fine idea for Macs where you have different instruction sets
>with identical operating systems and data formats. As soon as you
>have more moving parts, the idea starts to collapse. -John]


Well, I haven't seen the SlimBin specs, but knowing that they are
created (only?) by the Oberon environment I assume the code would be
pretty well usable outside the Mac environment. Portability, I guess,
mostly boils down to how abstract (system-indepent) you define the
API. Java seems to be doing pretty well on N platforms these days.
Something similar could be done using slim binaries, only without the
JVM overhead.


Paul
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.