The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Rob Pike <robpike@gmail.com>
To: Bakul Shah <bakul@iitbombay.org>
Cc: The Eunuchs Hysterical Society <tuhs@tuhs.org>
Subject: [TUHS] Re: History of non-Bell C compilers?
Date: Fri, 8 Mar 2024 12:12:39 +1100	[thread overview]
Message-ID: <CAKzdPgwwnKL2+zc1fW4cZM9AyEDNtDgCcjvPjtrNfGDW-Wq8KA@mail.gmail.com> (raw)
In-Reply-To: <CAKzdPgx5-qZHLji7GXvvL1sWOivtUNb+_-svMWKS69JcKhzkng@mail.gmail.com>

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

By the way, the unmatched portability of Plan 9 and Go stems from the way
Ken structured that compiler. My talk at GopherCon about the Go assembler
describes this architecture and why it worked so well. Others feel that by
being unorthodox it is clearly bogus and we are jackasses, but such
complainers only notice the difference and don't ask why the difference is
there.

-rob


On Fri, Mar 8, 2024 at 12:10 PM Rob Pike <robpike@gmail.com> wrote:

> Yes. Ken wrote the first version for the National 32000 (maybe even
> 16000?) on the Sequent. He ported to the MIPS when we started Plan 9.
>
> -rob
>
>
> On Fri, Mar 8, 2024 at 12:08 PM Bakul Shah <bakul@iitbombay.org> wrote:
>
>> What is the history of Plan9's C compiler? Was it a from scratch
>> implementation?
>>
>> On Mar 7, 2024, at 4:57 PM, Rob Pike <robpike@gmail.com> wrote:
>>
>> Chris Fraser and Dave Hanson did LLC and wrote a book about it, very
>> clean and pedagogically valuable.
>>
>>
>> https://www.amazon.com.au/Retargetable-C-Compiler-Design-Implementation/dp/0805316701
>>
>> -rob
>>
>>
>> On Fri, Mar 8, 2024 at 11:31 AM Warner Losh <imp@bsdimp.com> wrote:
>>
>>>
>>>
>>> On Thu, Mar 7, 2024 at 5:08 PM Rich Salz <rich.salz@gmail.com> wrote:
>>>
>>>> I believe Snyder was an MIT Master's thesis, finished in 1975[1].
>>>> There was a fair amount of C and compiler work at MIT LCS, perhaps JNC can
>>>> post some info. I think Snyder's compiler was used for the MIT PC/IP[2]
>>>> project; the links at BitSavers imply they are related. PC/IP brought TCP
>>>> and clients to DOS 3 machines and was commercialized as FTP software and
>>>> was one of the reasons for the creation of the MIT license[4]. BDS C[3] was
>>>> done by an MIT drop-out, Leor Zolman. I bought my first motorcycle from him
>>>> :) BDS C was used for the first implementations of MINCE (mince is not
>>>> complete emacs -- those kinds of acronyms were popular) and Scribble,
>>>> downsized clones of emacs and Scribe, respectively.
>>>>
>>>> [1] http://www.lcs.mit.edu/publications/specpub.php?id=717
>>>> [2] https://web.mit.edu/Saltzer/www/publications/pcip-1986.pdf
>>>> [3] https://en.wikipedia.org/wiki/BDS_C
>>>> [4] https://ieeexplore.ieee.org/document/9263265
>>>>
>>>
>>> Judging from what's at the bitsavers I posted, the source for pcip and
>>> this is the backstory to them.
>>>
>>> Warner
>>>
>>
>>

[-- Attachment #2: Type: text/html, Size: 5555 bytes --]

  reply	other threads:[~2024-03-08  1:12 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-07 23:14 [TUHS] " Tom Lyon
2024-03-07 23:24 ` [TUHS] " Warner Losh
2024-03-07 23:39   ` Dave Horsfall
2024-03-07 23:49     ` Larry McVoy
2024-03-07 23:56       ` Luther Johnson
2024-03-08 14:03         ` John Foust via TUHS
2024-03-07 23:59       ` Greg 'groggy' Lehey
2024-03-08  0:08         ` Rich Salz
2024-03-08  0:30           ` Warner Losh
2024-03-08  0:57             ` Rob Pike
2024-03-08  1:08               ` Bakul Shah via TUHS
2024-03-08  1:10                 ` Rob Pike
2024-03-08  1:12                   ` Rob Pike [this message]
2024-03-08  1:22                     ` Bakul Shah via TUHS
2024-03-08  9:33               ` arnold
2024-03-08  9:45                 ` Wesley Parish
2024-03-08 13:06                   ` Luther Johnson
2024-03-08 18:33               ` William H. Mitchell
2024-03-10  3:14                 ` Adam Thornton
2024-03-11 22:21       ` Phil Budne
2024-03-07 23:52   ` Warner Losh
2024-03-08  0:15     ` Charles H Sauer (he/him)
2024-03-08  0:30       ` Marc Rochkind
2024-03-08  0:54         ` Heinz Lycklama
2024-03-08  1:48           ` segaloco via TUHS
2024-03-08  2:12             ` Tom Lyon
2024-03-08  2:13     ` Lawrence Stewart
2024-03-08  3:15     ` Jonathan Gray
2024-03-07 23:24 ` Luther Johnson
2024-03-07 23:27   ` Luther Johnson
2024-03-07 23:44     ` Tom Lyon
2024-03-08  0:24       ` Marc Rochkind
2024-03-08  1:27         ` Jeffry R. Abramson
2024-03-10  2:13         ` Greg A. Woods
2024-03-08  2:26 ` Will Senn
2024-03-08  3:03   ` Peter Yardley
2024-03-08  3:28 ` George Michaelson
2024-03-08  3:58   ` Luther Johnson
2024-03-08  5:53 ` Lars Brinkhoff
2024-03-08 13:42 ` Henry Bent
2024-03-08 14:00   ` arnold
2024-03-08 14:16   ` Warner Losh
2024-03-08 15:44 ` Paul Winalski
2024-03-08 17:18   ` Adam Thornton
2024-03-10  2:31 ` Damian Wildie
2024-03-11 17:12 Paul Ruizendaal
2024-03-11 20:44 ` Marc Rochkind
2024-03-11 22:28   ` Peter Yardley
2024-03-12  0:30     ` ron minnich
2024-03-12 13:31       ` Larry Stewart
2024-03-12 16:41     ` Paul Winalski
2024-03-12 14:55   ` Henry Bent
2024-03-12 17:17     ` Marc Rochkind
2024-03-13 14:37       ` Clem Cole
2024-03-13 15:28         ` Marc Rochkind
2024-03-13 15:33           ` Warner Losh
2024-03-13 15:53           ` Clem Cole
2024-03-12 15:42 ` Paul Ruizendaal
2024-03-12 23:08 Steve Simon
     [not found] <aee297f1-2f6a-4620-87f7-f1672ae03b61@osta.com>
2024-03-15  3:34 ` Heinz Lycklama

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=CAKzdPgwwnKL2+zc1fW4cZM9AyEDNtDgCcjvPjtrNfGDW-Wq8KA@mail.gmail.com \
    --to=robpike@gmail.com \
    --cc=bakul@iitbombay.org \
    --cc=tuhs@tuhs.org \
    /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).