9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Bruce Ellis" <brucee@chunder.com>
To: <9fans@cse.psu.edu>
Subject: Re: [9fans] dynamic loading, was "Ugly Q, I admit"
Date: Wed, 27 Nov 2002 13:41:07 -0500	[thread overview]
Message-ID: <036701c29644$90638920$c901a8c0@cc77109e> (raw)
In-Reply-To: <20021127153154.M6790@cackle.proxima.alt.za>

dynamic loading and shared libraries are distinct (put related) beasts.
the work i did was for dynamically loadable device drivers for inferno.
it's kinda cool.  the initial kernel is tiny, even by inferno standards,
and then other drivers are loaded to customize the experience
(typically i load cap ssl kfs and sd).  i also use it to load drivers
that are used on occasion, like kprof or a generic systest.
the interface is via devdynload.

i've never had much time for shared libraries.  given that plan9 does
not have grossly obese libraries the "shared/saved disk/memory"
justification seems marginal.  you also avoid a major "single point
of disaster".  i believe presotto reported being frightened by
shared libraries (and clowns) as a child.

btw e[acl] is the compiler port for the playstation 2 ee5900.

brucee


  reply	other threads:[~2002-11-27 18:41 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-26 21:00 [9fans] Ugly Q, I admit Russ Cox
2002-11-27  6:14 ` Bruce Ellis
2002-11-27 13:31   ` Lucio De Re
2002-11-27 18:41     ` Bruce Ellis [this message]
2002-11-28  5:12       ` [9fans] dynamic loading, was "Ugly Q, I admit" Lucio De Re
2002-11-28  5:58         ` Bruce Ellis
2002-11-28  6:38           ` Lucio De Re
2002-11-28  6:54             ` Bruce Ellis
2002-11-28  7:05               ` Lucio De Re
2002-11-27 22:49 Joel Salomon
2002-11-28  6:20 okamoto
2002-11-28  6:32 okamoto
2002-11-28  6:42 okamoto
2002-11-28  6:48 ` Ronald G. Minnich
2002-11-28  7:05   ` andrey mirtchovski
2002-11-28  9:49 okamoto
2002-11-28 16:53 ` Ronald G. Minnich
2002-12-02  4:52 ` Jack Johnson

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='036701c29644$90638920$c901a8c0@cc77109e' \
    --to=brucee@chunder.com \
    --cc=9fans@cse.psu.edu \
    /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 NNTP newsgroup(s).