https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |10.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176
rsandifo at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolutio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176
--- Comment #10 from rsandifo at gcc dot gnu.org
---
Author: rsandifo
Date: Tue Jul 16 08:12:05 2019
New Revision: 273507
URL: https://gcc.gnu.org/viewcvs?rev=273507&root=gcc&view=rev
Log:
PR91176: Skip debug insns when computing inline costs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176
Dominique d'Humieres changed:
What|Removed |Added
CC||iains at gcc dot gnu.org
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176
Steve Ellcey changed:
What|Removed |Added
CC||sje at gcc dot gnu.org
--- Comment #8 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176
--- Comment #7 from Jan Hubicka ---
> FWIW I don't think it was a latent bug though. Previously all we did
> with debug insns was estimate their size and speed, which are guaranteed
> to come back as zero and thus have no effect. The reason for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176
rsandifo at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176
--- Comment #5 from Jan Hubicka ---
I suppose it is previously latent problem that we do not skip debug
statements. Does something like this help?
Index: ipa-fnsummary.c
===
--- ipa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176
--- Comment #4 from Andreas Schwab ---
$ diff -u <(objdump -d stage2-gcc/aarch64.o) <(objdump -d stage3-gcc/aarch64.o)
| grep '^[-+].*:$'
-8540 <_ZL27target_gen_sibcall_epiloguev>:
+8540 <_ZL19target_gen_prologuev>:
-0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176
--- Comment #3 from Andreas Schwab ---
objdump -d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176
--- Comment #2 from Wilco ---
(In reply to rsand...@gcc.gnu.org from comment #1)
> Dramantic differences in file size are expected, since stage2 is built with
> -gtoggle (to suppress debug info) whereas stage 3 is built normally. One of
> the th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176
rsandifo at gcc dot gnu.org changed:
What|Removed |Added
CC||rsandifo at gcc dot gnu.org
12 matches
Mail list logo