gomp-discuss
[Top][All Lists]
Advanced

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

[Gomp-discuss] Re: Implementing OpenMP pragmas for the C front end


From: Neil Booth
Subject: [Gomp-discuss] Re: Implementing OpenMP pragmas for the C front end
Date: Fri, 7 Feb 2003 22:39:13 +0000
User-agent: Mutt/1.5.3i

Steven Bosscher wrote:-

> But I don't like all the callbacks much.  It may clutter the code for
> people who don't care about OpenMP, and it is more prone to errors than
> I would like (it's so easy to overlook something in the parser...). 

>From your post it appears that the pragmas all share a namespace.  That
namespace need only be registered when the relevant command-line flag
is given.  All those pragmas could be implemented in a separate file,
say c-omp.c.  I don't see why it should clutter or slow down the rest
of the compiler if done like that.

Neil.




reply via email to

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