public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/vec-reserve-always-exactly)] Experiment with the patch.
@ 2021-11-12 15:00 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-11-12 15:00 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0f3651b1f53f7112365b4491a0d19f2de5c049fa

commit 0f3651b1f53f7112365b4491a0d19f2de5c049fa
Author: Martin Liska <mliska@suse.cz>
Date:   Fri Nov 12 15:52:20 2021 +0100

    Experiment with the patch.

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

diff --git a/gcc/vec.c b/gcc/vec.c
index 6d767cc12c1..ef86405793a 100644
--- a/gcc/vec.c
+++ b/gcc/vec.c
@@ -163,7 +163,7 @@ vec_prefix::calculate_allocation_1 (unsigned alloc, unsigned desired)
     alloc = (alloc * 3 / 2);
 
   /* If this is still too small, set it to the right size. */
-  if (alloc < desired)
+//  if (alloc < desired)
     alloc = desired;
   return alloc;
 }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-12 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12 15:00 [gcc(refs/users/marxin/heads/vec-reserve-always-exactly)] Experiment with the patch Martin Liska

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).