From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-xb36.google.com (mail-yb1-xb36.google.com [IPv6:2607:f8b0:4864:20::b36]) by sourceware.org (Postfix) with ESMTPS id C6F923858D28 for ; Fri, 17 Dec 2021 14:03:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C6F923858D28 Received: by mail-yb1-xb36.google.com with SMTP id d10so6754900ybe.3 for ; Fri, 17 Dec 2021 06:03:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=aXtxpCiYR0MLb6MRoEeA2y4ZAWmJP7DrHVTP1Nw9Uio=; b=t1ECiJTWMgqgeqB1qxbYmE8ESi/gXofddk3glVMhMlr51PLVgCuHBS4oWkYs7BhUnG cZ2UGI44Hwqao7rIC6AiNycbSYnIwSaIwotrLtalfUsjS3/FbXO/OhE6mY2b+KS2J07d JCb+GLwaVWGNfQ33/5FP+VmkPOZJYo//xxWxLCtC0HFis9E6J2EcPWhTrSvJOVIjCpdv LSzmnaKAlBKmFNWVD0N8hXXPdwxlHTKN+xjiyoYvMUtZGXvlPT6foNIA0Qt3pixj7f2u XIGF0ZJiatmItovISl1uZEw762y6bG58LbQRPdPcsESWJIYXH25F4mQIbXLc8qhhhef1 5Rag== X-Gm-Message-State: AOAM5325z1dIUDXLXyWEafofG5s26NlDhcLMtJ6AaXUBCxU3fKARtJBj iSrRWWiQTQMQWz9IpuECpfm864d3FS++Ad6Gxjg= X-Google-Smtp-Source: ABdhPJz2gTclDcv+K9pcrz4mCC8aYwSiHiT8CAhve2ekokMlqUxARb+mQ0fkciU8NCThA+FN/zQwV2MYR0OTIiHANxg= X-Received: by 2002:a25:2d55:: with SMTP id s21mr4363219ybe.215.1639749796211; Fri, 17 Dec 2021 06:03:16 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?Q?Marc_Nieper=2DWi=C3=9Fkirchen?= Date: Fri, 17 Dec 2021 15:03:05 +0100 Message-ID: Subject: Re: Memory leaks (detected by Valgrind) To: Alex Coplan Cc: =?UTF-8?Q?Marc_Nieper=2DWi=C3=9Fkirchen?= , Mark Wielaard , "jit@gcc.gnu.org" X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: jit@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Jit mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2021 14:03:21 -0000 Am Fr., 17. Dez. 2021 um 11:52 Uhr schrieb Alex Coplan : > Hi, > > > -----Original Message----- > > From: Jit On Behalf Of > Marc > > Nieper-Wi=C3=9Fkirchen via Jit > > Sent: 17 December 2021 10:29 > > To: Mark Wielaard > > Cc: Marc Nieper-Wi=C3=9Fkirchen ; jit@gcc.gn= u.org > > Subject: Re: Memory leaks (detected by Valgrind) > > > > Thanks! > > > > With `--enable-valgrind-annotations`, the "uses of uninitialized values= " > > have gone away, but a lot of small leaks are still present: > > Memory leaks with libgccjit are a known issue, see > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D63854 Oh, that the bug has been open so long and is still open is unfortunate as a process using libgccjit usually lasts a lot longer than a single compiler run by gcc. Thanks, Marc