Re: [PATCH] libgomp: Add helper functions for memory handling.

2020-07-28 Thread Jakub Jelinek via Gcc-patches
On Mon, Jul 27, 2020 at 01:59:01PM -0400, y2s1982 via Gcc-patches wrote: > I do know you have said this several times, and I thought I understood it, > but it seems I am wrong each time. I just want to clarify my understanding > and what I had intended on doing on this and would like further explan

Re: [PATCH] libgomp: Add helper functions for memory handling.

2020-07-27 Thread y2s1982 via Gcc-patches
Hello Jakub, Thanks for the reply. I apparently need further clarification. On Mon, Jul 27, 2020 at 12:36 PM Jakub Jelinek wrote: > On Sat, Jul 25, 2020 at 11:03:27AM -0400, y2s1982 via Gcc-patches wrote: > > This patch adds few helper functions aims to improve readability of > > fetching addre

Re: [PATCH] libgomp: Add helper functions for memory handling.

2020-07-27 Thread Jakub Jelinek via Gcc-patches
On Sat, Jul 25, 2020 at 11:03:27AM -0400, y2s1982 via Gcc-patches wrote: > This patch adds few helper functions aims to improve readability of > fetching addresses, sizes, and values. It also proposes a syntax for > querying these information through the callback functions, similar to > that of LLV

[PATCH] libgomp: Add helper functions for memory handling.

2020-07-25 Thread y2s1982 via Gcc-patches
This patch adds few helper functions aims to improve readability of fetching addresses, sizes, and values. It also proposes a syntax for querying these information through the callback functions, similar to that of LLVM implementation. The syntax format is _, or __. '_' is the delimiter between fie

[PATCH] libgomp: Add helper functions for memory handling.

2020-07-20 Thread y2s1982 via Gcc-patches
This patch adds few helper functions aims to improve readability of fetching addresses, sizes, and values. It also proposes a syntax for querying these information through the callback functions, similar to that of LLVM implementation. The syntax format is _, or __. '_' is the delimiter between fie