gomp-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gomp-discuss] Questions, questions


From: Diego Novillo
Subject: Re: [Gomp-discuss] Questions, questions
Date: Tue, 23 Mar 2004 10:07:54 -0500

On Tue, 2004-03-23 at 09:51, Scott Robert Ladd wrote:

> Which brings up a question: Will we need to implement *three* versions
> of OpenMP, given that C and C++ have different frontends?
> 
The pure FE interface will probably need to be implemented in each
language front end, yes.  Once we lower into GIMPLE, we should be able
to hand things off to a single middle-end which would generate calls
into our runtime library.

The idea would be for the gomp runtime to be generic enough to be mapped
on various threading back ends.


Diego.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]