This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, libgomp] Re-factor GOMP_MAP_POINTER handling


Ping.

On 2015/4/21 08:21 PM, Chung-Lin Tang wrote:
> Hi,
> while investigating some issues in the variable mapping code, I observed
> that the GOMP_MAP_POINTER handling is essentially duplicated under the PSET case.
> This patch abstracts and unifies the handling code, basically just a cleanup
> patch. Ran libgomp tests to ensure no regressions, ok for trunk?
> 
> Thanks,
> Chung-Lin
> 
> 2015-04-21  Chung-Lin Tang  <cltang@codesourcery.com>
> 
>         libgomp/
>         * target.c (gomp_map_pointer): New function abstracting out
>         GOMP_MAP_POINTER handling.
>         (gomp_map_vars): Remove GOMP_MAP_POINTER handling code and use
>         gomp_map_pointer().
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]