From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E79A83892449; Tue, 12 Jan 2021 09:15:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E79A83892449 From: "andrea.corallo at arm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug jit/98615] libgccjit crash while freeing 'clone_info' in 'cgraph_c_finalize' Date: Tue, 12 Jan 2021 09:15:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: jit X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: patch X-Bugzilla-Severity: normal X-Bugzilla-Who: andrea.corallo at arm dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2021 09:15:39 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98615 --- Comment #9 from Andrea Corallo --- "marxin at gcc dot gnu.org via Gcc-bugs" writes: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98615 > > --- Comment #8 from Martin Li=C5=A1ka --- > (In reply to Andrea Corallo from comment #7) >> Thanks Martin, I can confirm that also the bootstrap is back okay. > > You're welcome. > Can you please point me to Emacs JIt usage? I'm curious what for is libgc= cjit > used in the project? That's a feature branch that being integrated as is planed to have it in for 28. Essentially we use it to compile .el files into shared libraries we then load to have Elisp executed as native code. Here is the recording for my presentation at LPC2020/Cauldron: and this is my development blog: . Andrea=