public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
From: Keith Wright <kwright@tiac.net>
To: jimb@red-bean.com
Cc: guile-gtk@sourceware.cygnus.com
Subject: Re: Towards guile-gtk 0.18
Date: Tue, 02 Nov 1999 21:42:00 -0000	[thread overview]
Message-ID: <199911030555.AAA00315@kwright.tiac.net> (raw)
In-Reply-To: <m3vh7m1dn0.fsf@savonarola.red-bean.com>

> From: Jim Blandy <jimb@red-bean.com>
> > > 
> > > > It turns out that a full half of the executable was due to
> > > > automatically generated RPC stubs.
> > 
> > Ouch!  That hurts.  I wrote that RPC stub generator.  It seemed
> > like a good idea at the time.
> 
> Sorry!  I forget who it was who told me this.  It was someone on the
> Mach project at CMU, way back in 1990-92 or something.

I'm not offended, ey was probably right.  I don't know what
they might have done later, but at the time (about 1985)
it was just a quick thing to translate Pascal procedure
declarations into stubs to assign the parameters to
a record, call the message send, receive the reply, and
assign the record fields back to the parameters.  One procedure,
one stub.  It was better than writing it by hand, but
since every kernel call is done this way it deserved more
attention than it ever got.  Unfortunately, optimising
this was not seen as the fast-track to tenure.  As long
as it worked nobody was eager to make it top priority.

A few weeks ago I started looking through the OMG definition
of IDL and translating it to S-expressions and Scheme data
types.  The idea was that the Scheme IDL compiler would just
translate to data which a Scheme procedure could interpret
at run time to marshall arguments for a CORBA call, keeping
the code compact.  In view of the discussion on this list of
GOOPS vs Pure Scheme, YASOS, ILU, etc. that project is
canceled for lack of interest.

-- 
     -- Keith Wright  <kwright@free-comp-shop.com>

Programmer in Chief, Free Computer Shop < http://www.free-comp-shop.com >
         ---  Food, Shelter, Source code.  ---

  reply	other threads:[~1999-11-02 21:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-24 13:14 Ariel Rios
1999-10-25  7:46 ` Miroslav Silovic
1999-10-25 10:55   ` Marius Vollmer
1999-10-25 14:45     ` Miroslav Silovic
1999-10-30 23:05     ` Jim Blandy
1999-10-31  4:34       ` Miroslav Silovic
1999-10-31  5:14       ` Marius Vollmer
1999-10-31  9:54         ` Keith Wright
1999-11-01  6:37           ` Jim Blandy
1999-11-02 21:42             ` Keith Wright [this message]
1999-11-13  7:42 ` Towards guile-gtk x.xx Daniel Skarda

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199911030555.AAA00315@kwright.tiac.net \
    --to=kwright@tiac.net \
    --cc=guile-gtk@sourceware.cygnus.com \
    --cc=jimb@red-bean.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).