From patchwork Sat Sep 1 12:58:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 964897 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-484909-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="TMmbc4Gl"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 422brk4ZkPz9sBn for ; Sat, 1 Sep 2018 22:58:45 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=GoL5NGLvfoN5F1CwMk6EF8UwPGgg2wnDV7t97LQdQpn9fLiv6yvKs f+igLQk1N50myrRtMps6iHD+M8zBkGAho91AE5KHnCtzZxvdlZB4SxlDuxvlZ3/n W2oAvKUFVnhwSbMBYTEYVTSnv+CDLBwqY9e1klEg/QQQk+EgHuXhfY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=2Mn3CpsgQ0Wr93OUsvPO0x4rJS0=; b=TMmbc4Gl+Z/hxdXpGEIo 9nxQoEKKHwdaOUSnkKx+92CrJhpFuR+ieqApbxRVO5IFmMoRVlEqtj99C1ddNCH5 4Fw0K/JDgvWn4Tt07z+PpcvVhdAS82N70sfPNseMtp9nIpuWSGRro/BbcVThH/9o oUYMlZo2AMpt2Xf8ohyL8r8= Received: (qmail 94823 invoked by alias); 1 Sep 2018 12:58:30 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 94804 invoked by uid 89); 1 Sep 2018 12:58:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.2 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=UD:ieee.org, Learning, para, learning X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 01 Sep 2018 12:58:28 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id C6DA3B53ECB; Sat, 1 Sep 2018 08:58:26 -0400 (EDT) Received: from anthias (vie-91-186-158-155.dsl.sil.at [91.186.158.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 3612BB53ECA; Sat, 1 Sep 2018 08:58:26 -0400 (EDT) Date: Sat, 1 Sep 2018 14:58:24 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [libstdc++,doc] Update three ieeexplore.ieee.org references Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes I caught these three while looking at borken/changed links on our web page. (There are a few more I want to look into the coming days.) Applied. 2018-09-01 Gerald Pfeifer * doc/xml/manual/profile_mode.xml: Update three ieeexplore.ieee.org references. Index: doc/xml/manual/profile_mode.xml =================================================================== --- doc/xml/manual/profile_mode.xml (revision 264027) +++ doc/xml/manual/profile_mode.xml (working copy) @@ -26,7 +26,7 @@ various components at interesting entry/exit points to/from the standard library. Process trace, recognize suboptimal patterns, give advice. For details, see the - Perflint + Perflint paper presented at CGO 2009. @@ -328,7 +328,7 @@ For details, see - paper presented at + paper presented at CGO 2009. @@ -1403,7 +1403,7 @@ See papers: A framework for adaptive algorithm selection in STAPL and - + Optimizing Sorting with Machine Learning Algorithms. Sample runtime reduction:60%.