9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Byron Rakitzis <byron@rakitzis.com>
To: 9fans@cse.psu.edu, steve.simon@snellwilcox.com
Subject: Re: [9fans] Pico (again)
Date: Thu, 25 Jul 2002 23:03:05 -0700	[thread overview]
Message-ID: <200207260603.g6Q635w02976@rakitzis.com> (raw)

>Hi,
>
>Pico was a JIT compiler for expressions mapping one image onto another.
>The compiler was written only for the VAX.
>
>There are several versions available in c.s.u starting with a cut down,
>interpreted
>version called popi released by Gerard Holzman later versions had JIT compilers
>added  by Byron Rakitzis of Unix RC fame.

Hm... I did code generators for SPARC and MIPS roughly 10 years ago.
Later on I added a code generator for Alpha which was adapted from
the MIPS code, but which became much more exciting ultimately because
I added floating point, polar coordinates, trig functions, etc.

I did make a quick Java JIT for x86 in 1995 which I bolted into the
then brand-new Sun interpreted runtime. I imagine it would be possible
to adapt those macros to make an x86 pico (for what else do people use
these days but x86s??), but I haven't spent time on pico in years
and years.

I hardly participate in 9fans and I don't know where to post the code
these days. If someone would like a bundle of my pico directory with
the three above-mentioned code generators (SPARC/MIPS/Alpha), let me know.

Byron.


             reply	other threads:[~2002-07-26  6:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-26  6:03 Byron Rakitzis [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-07-18 20:04 Dennis Ritchie
2002-07-19  8:19 ` ggm
2002-07-29 15:57 ` Douglas A. Gwyn
2002-07-18 14:14 anothy
2002-07-18 18:07 ` Fariborz (Skip) Tavakkolian
2002-07-18 23:07 ` Micah Stetson
2002-07-29 15:57 ` Douglas A. Gwyn
2002-07-18  8:53 steve.simon
2002-07-17 22:46 Sam
2002-07-18  0:28 ` Fariborz (Skip) Tavakkolian
2002-07-17 23:19   ` Sam
2002-07-18  0:35     ` Fariborz (Skip) Tavakkolian
2002-07-18  9:51   ` William Josephson

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=200207260603.g6Q635w02976@rakitzis.com \
    --to=byron@rakitzis.com \
    --cc=9fans@cse.psu.edu \
    --cc=steve.simon@snellwilcox.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 NNTP newsgroup(s).