From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66081 invoked by alias); 1 Jul 2019 11:20:54 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 65538 invoked by uid 89); 1 Jul 2019 11:20:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=Ready, specialization, HX-Languages-Length:348, HContent-Transfer-Encoding:8bit X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 01 Jul 2019 11:20:53 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 30A50ACEF; Mon, 1 Jul 2019 11:20:51 +0000 (UTC) Subject: Re: [PATCH] [RFC, PGO+LTO] Missed function specialization + partial devirtualization From: =?UTF-8?Q?Martin_Li=c5=a1ka?= To: Jan Hubicka , Xiong Hu Luo Cc: gcc-patches@gcc.gnu.org, segher@kernel.crashing.org, wschmidt@linux.ibm.com, luoxhu@cn.ibm.com References: <20190618014521.67198-1-luoxhu@linux.ibm.com> <20190620134731.fhjf7ezskq55yz6o@kam.mff.cuni.cz> <254432df-7f6d-d715-c916-b35bd0c94b0c@suse.cz> Message-ID: <25ef21c2-86de-b0cf-92b6-9d71326adc19@suse.cz> Date: Mon, 01 Jul 2019 11:20:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <254432df-7f6d-d715-c916-b35bd0c94b0c@suse.cz> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-07/txt/msg00027.txt.bz2 @Honza: PING^1 On 6/20/19 4:45 PM, Martin Liška wrote: > Hi. > > So the first part is about support of N tracked values to be supported. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin >