Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1167606
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Vineet Gupta <Vineet.Gupta1@synopsys.com> |
| Newsgroups | linux.kernel |
| Subject | subtle side effect of commit a1c48bb160f836 |
| Date | Thu, 18 Jun 2015 09:00:01 +0200 |
| Message-ID | <pCBXP-Or-7@gated-at.bofh.it> (permalink) |
| X-Original-To | Geert Uytterhoeven <geert@linux-m68k.org>, Michal Marek <mmarek@suse.cz> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="utf-8" |
| Content-Transfer-Encoding | 7bit |
| X-Originating-IP | [10.12.197.3] |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 20 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | "linux-arch@vger.kernel.org" <linux-arch@vger.kernel.org>, lkml <linux-kernel@vger.kernel.org> |
| X-Original-Date | Thu, 18 Jun 2015 12:17:02 +0530 |
| X-Original-Message-ID | <55826966.6050202@synopsys.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | aioe.org linux.kernel:1167606 |
Show key headers only | View raw
Hi Geert, commit a1c48bb160f8368 "Makefile: Fix unrecognized cross-compiler command line options" moved ARCH specific cc option handling before common -Os/O2 setup. For ARC this had a subtle effect that we can no longer over-ride generic -O2 with -O3, hence a performance regression observed going from 3.13 to 3.18 (the above commit went into 3.16) I want to understand how to properly fix this. Moving the include of arch makefile will bring back the old issue. I can introduce another option to set default optim level, but only arc/m32r care about it anyways. Thx, -Vineet -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
subtle side effect of commit a1c48bb160f836 Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-06-18 09:00 +0200
Re: subtle side effect of commit a1c48bb160f836 Geert Uytterhoeven <geert@linux-m68k.org> - 2015-06-18 09:20 +0200
Re: subtle side effect of commit a1c48bb160f836 Geert Uytterhoeven <geert@linux-m68k.org> - 2015-06-18 09:40 +0200
Re: subtle side effect of commit a1c48bb160f836 Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-06-18 10:10 +0200
Re: subtle side effect of commit a1c48bb160f836 Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-06-18 09:40 +0200
Re: subtle side effect of commit a1c48bb160f836 Michal Marek <mmarek@suse.cz> - 2015-06-18 10:20 +0200
csiph-web