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 1/4] cgraph_summary data structure introduction.


On 11/13/2014 03:33 PM, Richard Biener wrote:
On Thu, Nov 13, 2014 at 3:10 PM, mliska <mliska@suse.cz> wrote:
Following patchset introduces cgraph_summary template class that
should replace custom implementation of cgraph related summaries.

Idea behind the patch is to provide a generic interface one can use
to register custom summary related to a cgraph_node. As you know,
symbol_table provides hooks for creation, deletion and duplication
of a cgraph_node. If you have a pass, you need to handle all these
hooks and store custom data in your data structure.

Patchset can boostrap on x86_64-linux-pc and no regression was
observed.

Ready for trunk?
Thank you,
Martin
---
  gcc/ChangeLog | 1 +
  1 file changed, 1 insertion(+)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2eb6f35..ad3c2bf 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,4 @@
+
  2014-11-12  Alan Lawrence  <alan.lawrence@arm.com>

         * config/aarch64/aarch64.c (aarch64_simd_lane_bounds): Display indices.

huh?

Please ignore this modification, I forgot to remove it from the email patchset.
I've just introduced the change to be able to introduce git commit.

Thank you for understanding,
Martin


--
2.1.2




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