9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: David Gordon Hogan <dhog@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] EROS, Vapour
Date: Fri, 31 Aug 2001 14:13:26 -0400	[thread overview]
Message-ID: <20010831181638.6676F199DD@mail.cse.psu.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 22 bytes --]

Inferno does this.


[-- Attachment #2: Type: message/rfc822, Size: 2620 bytes --]

From: Eyal Lotem <eyal@hyperroll.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] EROS, Vapour
Date: Fri, 31 Aug 2001 08:45:21 GMT
Message-ID: <3b8ea46f@news.bezeqint.net>

Boyd Roberts wrote:

>> I think all the OS projects that use C++ figure that one out sooner or
>> later ...
> 
> i fear that C++ coder's brains are so damaged by the experience that
> they are _incapable_ of figuring it out.  snow crash, indeed.
Well, EROS is moving to C, and Vapour is as far from C\C++ as you can 
imagine.
The whole *point* behind Vapour is that it uses a safe language, rather 
than damage-prevention hardware protection, which allows a lot of the tests 
to move to compiletime, and allows interesting things, such as guaranteeing 
running code complies with object interfaces, without verifying this in 
runtime (Sometimes it could be unverifiable, or very expensive to verify).
A serious advantage of Vapour for example, is since it doesn't reuqire 
hardware protection, it can run many threads simulataniously, all in kernel 
mode, all synchronizing via cheap test&set processor instructions, whereas 
in Plan9/etc. an expensive switch to kernel mode is required, making 
heavily parallel things unpractical (the cost of mutexes becomes higher 
than the gain of parallelism).

             reply	other threads:[~2001-08-31 18:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-31 18:13 David Gordon Hogan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-08-31  8:53 forsyth
2001-08-30 18:19 David Gordon Hogan
2001-08-29  9:04 Eyal Lotem
2001-08-29 13:40 ` Rick Hohensee
2001-08-29 14:42   ` Ronald G Minnich
2001-08-29 15:48     ` Boyd Roberts
2001-08-31  8:45       ` Eyal Lotem
2001-09-03  8:39         ` Douglas A. Gwyn
2001-09-03 17:17           ` Ronald G Minnich
2001-08-29 14:37 ` Ronald G Minnich
2001-08-29 15:46   ` Boyd Roberts
2001-08-29 15:52 ` Boyd Roberts
2001-08-30 15:58   ` Douglas A. Gwyn

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=20010831181638.6676F199DD@mail.cse.psu.edu \
    --to=dhog@plan9.bell-labs.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).