public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/kubaneko/heads/histogram)] changed vector from gc to heap
@ 2023-01-14 22:04 Ondrej Kubanek
  0 siblings, 0 replies; 3+ messages in thread
From: Ondrej Kubanek @ 2023-01-14 22:04 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:dad7da89afb46b8663a4d8a59331db809355d352

commit dad7da89afb46b8663a4d8a59331db809355d352
Author: kubaneko <kubanek0ondrej@gmail.com>
Date:   Sun Jan 8 18:59:31 2023 +0000

    changed vector from gc to heap

Diff:
---
 gcc/cfgloop.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h
index f2b54fcad99..7483417a304 100644
--- a/gcc/cfgloop.h
+++ b/gcc/cfgloop.h
@@ -97,7 +97,7 @@ struct loop_exit_hasher : ggc_ptr_hash<loop_exit>
 struct GTY(()) histogram_counters{
     gcov_type sum;
     int histogram_size;
-    vec<gcov_type, va_gc> *hist=NULL;
+    vec<gcov_type, va_heap> * GTY((skip)) hist;
 };
 
 // quantil function for the distribution

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gcc(refs/users/kubaneko/heads/histogram)] changed vector from gc to heap
@ 2023-02-23 23:22 Ondrej Kubanek
  0 siblings, 0 replies; 3+ messages in thread
From: Ondrej Kubanek @ 2023-02-23 23:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:63142d74e322364fc207cd151bf6e39ee7b80577

commit 63142d74e322364fc207cd151bf6e39ee7b80577
Author: kubaneko <kubanek0ondrej@gmail.com>
Date:   Sun Jan 8 18:59:31 2023 +0000

    changed vector from gc to heap

Diff:
---
 gcc/cfgloop.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h
index c0604ff2ffc..b6a005450a8 100644
--- a/gcc/cfgloop.h
+++ b/gcc/cfgloop.h
@@ -97,7 +97,7 @@ struct loop_exit_hasher : ggc_ptr_hash<loop_exit>
 struct GTY(()) histogram_counters{
     gcov_type sum;
     int histogram_size;
-    vec<gcov_type, va_gc> *hist=NULL;
+    vec<gcov_type, va_heap> * GTY((skip)) hist;
 };
 
 // quantil function for the distribution

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gcc(refs/users/kubaneko/heads/histogram)] changed vector from gc to heap
@ 2023-02-16 16:28 Ondrej Kubanek
  0 siblings, 0 replies; 3+ messages in thread
From: Ondrej Kubanek @ 2023-02-16 16:28 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ecc0d914e2c4875152cd7b00d3469ff40116af55

commit ecc0d914e2c4875152cd7b00d3469ff40116af55
Author: kubaneko <kubanek0ondrej@gmail.com>
Date:   Sun Jan 8 18:59:31 2023 +0000

    changed vector from gc to heap

Diff:
---
 gcc/cfgloop.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h
index f2b54fcad99..7483417a304 100644
--- a/gcc/cfgloop.h
+++ b/gcc/cfgloop.h
@@ -97,7 +97,7 @@ struct loop_exit_hasher : ggc_ptr_hash<loop_exit>
 struct GTY(()) histogram_counters{
     gcov_type sum;
     int histogram_size;
-    vec<gcov_type, va_gc> *hist=NULL;
+    vec<gcov_type, va_heap> * GTY((skip)) hist;
 };
 
 // quantil function for the distribution

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-23 23:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-14 22:04 [gcc(refs/users/kubaneko/heads/histogram)] changed vector from gc to heap Ondrej Kubanek
2023-02-16 16:28 Ondrej Kubanek
2023-02-23 23:22 Ondrej Kubanek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).