From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93886 invoked by alias); 28 Sep 2017 20:29:48 -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 93115 invoked by uid 89); 28 Sep 2017 20:29:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:430 X-HELO: mail-oi0-f50.google.com Received: from mail-oi0-f50.google.com (HELO mail-oi0-f50.google.com) (209.85.218.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 28 Sep 2017 20:29:46 +0000 Received: by mail-oi0-f50.google.com with SMTP id b184so4287848oii.13 for ; Thu, 28 Sep 2017 13:29:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=F6fYkyYP/taACJlAkzyTyEDACTmSNwuEJ0eJApsCtss=; b=K9haHqhGtUYTMgmPxgyf57JxqMut6nlMOLte1+VqxkLYnH9IWGvCtGvnwuf3EJGasg i0XsZwNxy+i2ckPYiZBaufTm6m6KNWhrj/sVvJxOQE6wPNrZDmdg/ngPxKHZ5sJhX3Ul 6492Zrsh9Kw6lG1JI+BP3ZgRAqCA8aRtSTO3o0jrqzV2tptYz8R8HoRUlrBMruLRD4S5 B/WmbCGA+PDscAb0saSL4qgjuJ3qJc06VoCIE/xp2u3PiGckB369csrYEpaCponZVxS0 jSQXg4GQhvi8qC5OEqBLjYTwXoiyCkdmV4255M4docQgmp7WJqtKXIYbM1Fg8d5Jqfvs SmPg== X-Gm-Message-State: AHPjjUg3oFZM+NFXgnCL4bEpdMnTgE0g2i47iiVcT0Nmv/Pv6XeNvQaW dP+uZeuJLppiGkRfdx2X+V8UbV/KEgAgwCy9v+0= X-Google-Smtp-Source: AOwi7QBQyXWWaC5YpFuxyUcd7bmiP+NqLAU8x8h8LR5d38MBAX2vfhSN0BXrdZ13FHyBz57stu9acV+VTqAwPatf924= X-Received: by 10.202.81.21 with SMTP id f21mr1191793oib.433.1506630585257; Thu, 28 Sep 2017 13:29:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.84.23 with HTTP; Thu, 28 Sep 2017 13:29:04 -0700 (PDT) In-Reply-To: References: From: Sebastian Pop Date: Thu, 28 Sep 2017 20:29:00 -0000 Message-ID: Subject: Re: [PATCH][GRAPHITE] Speedup SCOP detection some more, add region handling to domwalk To: Richard Biener Cc: GCC Patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg01907.txt.bz2 On Wed, Sep 27, 2017 at 6:07 AM, Richard Biener wrote: > /* Maximal number of array references in a scop. */ > DEFPARAM (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP, "graphite-max-arrays-per-scop", "maximum number of arrays per scop.", 100, 0, 0) Let's also remove this param as we now have max-isl-operations. Thanks, Sebastian