Related articles |
---|
Compiler for a concurrent programming language. sinu.nayak2001@gmail.com (Srinu) (2010-05-01) |
Re: Compiler for a concurrent programming language. mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2010-05-01) |
Re: Compiler for a concurrent programming language. ian@airs.com (Ian Lance Taylor) (2010-05-01) |
Re: Compiler for a concurrent programming language. mburrel@uwo.ca (Mike Burrell) (2010-05-01) |
Re: Compiler for a concurrent programming language. bcbaker00@cox.net (Bruce C. Baker) (2010-05-01) |
Re: Compiler for a concurrent programming language. cbergstrom@pathscale.com (=?ISO-8859-1?Q?=22C=2E_Bergstr=F6m=22?=) (2010-05-03) |
Re: Compiler for a concurrent programming language. jeremy.bennett@embecosm.com (Jeremy Bennett) (2010-05-03) |
Re: Compiler for a concurrent programming language. Colin_Paul_Gloster@ACM.org (Colin Paul Gloster) (2010-06-07) |
Re: Compiler for a concurrent programming language. jeremy.bennett@embecosm.com (Jeremy Bennett) (2010-06-11) |
From: | Colin Paul Gloster <Colin_Paul_Gloster@ACM.org> |
Newsgroups: | comp.compilers |
Date: | Mon, 7 Jun 2010 12:58:59 +0000 (UTC) |
Organization: | Compilers Central |
References: | 10-05-004 10-05-021 |
Keywords: | parallel |
Posted-Date: | 09 Jun 2010 19:03:06 EDT |
On Mon, 3 May 2010, Jeremy Bennett sent:
|"On Sat, 01 May 2010 04:14:24 -0700, Srinu wrote: |
| |
|> Is there any C like concurrent programming language and its compiler|
|> available in open source? |
| |
|Hi Srinivas, |
| |
|What about SystemC (www.systemc.org)? It's a template library for C++ |
|used in modeling hardware - which is highly concurrent." |
Hardware is concurrent. The SystemC(R) standard is not concurrent: its
semantics are explicitly defined in terms of cooperative tasks, only
one of which runs at a time.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.