This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: REC: gimplify - create a temp that is set at outermost block?
- From: Andrew Pinski <pinskia at gmail dot com>
- To: Gary Funck <gary at intrepid dot com>
- Cc: GCC List <gcc at gcc dot gnu dot org>
- Date: Tue, 19 May 2009 11:29:57 -0700
- Subject: Re: REC: gimplify - create a temp that is set at outermost block?
- References: <20090519182551.GA29505@intrepid.com>
On Tue, May 19, 2009 at 11:25 AM, Gary Funck <gary@intrepid.com> wrote:
>
> For UPC code generation, we're building an alternate
> method of accessing thread-local data that does not depend upon
> operating system support of the __thread qualifier.
GCC has already added generic support for the __thread qualifier which
does not depend on the OS needing builtin support at all.
Thanks,
Andrew Pinski