Re: language syntax for representing concurrency

Boyana Norris <radenska@cs.uiuc.edu>
7 Dec 1996 23:01:10 -0500

          From comp.compilers

Related articles
language syntax for representing concurrency thomasd@cisco.com (Thomas Dejanovic) (1996-12-01)
Re: language syntax for representing concurrency silver@zko.dec.com (Brian Silver) (1996-12-03)
Re: language syntax for representing concurrency bm@cs.columbia.edu (Blair MacIntyre) (1996-12-03)
Re: language syntax for representing concurrency leew@micrologic.com (1996-12-03)
Re: language syntax for representing concurrency gtr@ast.cam.ac.uk (Guy Rixon) (1996-12-07)
Re: language syntax for representing concurrency radenska@cs.uiuc.edu (Boyana Norris) (1996-12-07)
| List of all articles for this month |

From: Boyana Norris <radenska@cs.uiuc.edu>
Newsgroups: comp.compilers,comp.programming.threads
Date: 7 Dec 1996 23:01:10 -0500
Organization: University of Illinois at Urbana
References: 96-12-016 96-12-037
Keywords: C, parallel

Blair MacIntyre wrote:
[...]
> Check out uC++, a multithreaded extension to C++. Threads are
> objects, and communicate via method calls. No messages and very
> little need for explicit locks.
[...]
> I think you can find info on it off
> http://www.plg.uwaterloo.ca/


Small correction -- it's actually http://plg.uwaterloo.ca/


Boyana
radenska@uiuc.edu
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.