public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Merge #1205
@ 2022-06-08 12:43 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-06-08 12:43 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:285aabdd3b2d8ee7c158eee34241ba52a31b19d3

commit 285aabdd3b2d8ee7c158eee34241ba52a31b19d3
Merge: 21b9e1226cf 74f4ee8d38f
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Wed May 4 12:17:08 2022 +0000

    Merge #1205
    
    1205: Take advantage of OBJ_TYPE_REF'S in dyn calls r=philberty a=philberty
    
    OBJ_TYPE_REF's are the gcc nodes that signify that this is a virtual call
    which gives a hint to the optimizers for devirtualization. This patch also enhaces
    the dyn object to hold an array of pointers instead of multiple name fields of addresses.
    
    Fixes #996
    
    Co-authored-by: Philip Herron <philip.herron@embecosm.com>

Diff:

 gcc/rust/backend/rust-compile-expr.cc | 103 ++++++++++++++++++----------------
 gcc/rust/backend/rust-compile-expr.h  |  12 ++--
 gcc/rust/backend/rust-compile-type.cc |  22 +++-----
 gcc/rust/backend/rust-compile.cc      |  18 ++++--
 4 files changed, 83 insertions(+), 72 deletions(-)


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

only message in thread, other threads:[~2022-06-08 12:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 12:43 [gcc/devel/rust/master] Merge #1205 Thomas Schwinge

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