[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gomp-discuss] Code generation
From: |
Biagio Lucini |
Subject: |
Re: [Gomp-discuss] Code generation |
Date: |
Mon, 24 Feb 2003 17:59:44 +0000 (GMT) |
On Mon, 24 Feb 2003, Diego Novillo wrote:
> On Mon, 2003-02-24 at 10:36, Biagio Lucini wrote:
> > I was thinking over the week end on how to perform a source-to-source
> > transformation from OpenMP to pthreads.
> >
> You can't. Not with GCC anyway. You would have to do it with some
> other pre-processor. Once it's parsed by GCC, you can't produce C
> output from the trees.
>
I was thinking of using Perl, but that's irrelevant: it was just for my
own use. I would be more clear in the following message.
Biagio