From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.devel Subject: Re: Volunteering to help on etc/TODO item: Improved xwidgets support Date: Fri, 21 Oct 2022 21:49:26 -0700 Message-ID: <87bkq44g4p.fsf@rfc20.org> References: <87k04wa97f.fsf@yahoo.com> <5E2D44D4-1D11-4531-9F0E-FD46F2B86FE1@stanford.edu> <87ilkc67rs.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6282"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Daniel =?utf-8?Q?Mart=C3=ADn?= , Qiantan Hong , "emacs-devel@gnu.org" To: Po Lu , Andrew De Angelis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Oct 22 07:54:14 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1om7SX-0001SZ-U8 for ged-emacs-devel@m.gmane-mx.org; Sat, 22 Oct 2022 07:54:13 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1om6S1-0007LV-56; Sat, 22 Oct 2022 00:49:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1om6Rz-0007LO-IV for emacs-devel@gnu.org; Sat, 22 Oct 2022 00:49:35 -0400 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1om6Ry-0005kO-0D for emacs-devel@gnu.org; Sat, 22 Oct 2022 00:49:35 -0400 Original-Received: (Authenticated sender: matt@rfc20.org) by mail.gandi.net (Postfix) with ESMTPSA id C24D5100003; Sat, 22 Oct 2022 04:49:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rfc20.org; s=gm1; t=1666414170; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/ZmaTYBJsE4nO9McHQW+MjNl1dHYoAn52Eh6CjHypYA=; b=BFJORNeOX5t9y9b3xJS2ggyyLpyu50R3Atr7Ql/tbb1Yj6+MjxGtwYyUuhy68AuVMMgFfV SgshjxkqfXnnLZAzHRW8podr8nUFKYpPF9mPHbCD4j8nKqnADvnnZF9yA3bR4OnFjdETAf QOfgUkz6LgrwyHNHv5/Blv5qd1UVtWEtxtbCrML/9GtWDBqErvBQhi4+ooZPliELSl2vYT Yoy0uJz87wN5Y12+lahQhuIFm/hi/Wb7ck65FYulmqmcTkbcShSzHc7bAdhv6yVAr4DF4y yC95fjNmwy3fj+OLnpPdq6/N2WjNsx28LXfamop0MqNHxQMYJBheqKxTkOEcUA== Original-Received: from matt by naz with local (Exim 4.96) (envelope-from ) id 1om6Rq-001UBN-2k; Fri, 21 Oct 2022 21:49:26 -0700 In-Reply-To: <87ilkc67rs.fsf@yahoo.com> Received-SPF: pass client-ip=217.70.178.231; envelope-from=matt@rfc20.org; helo=relay11.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: "Emacs-devel" Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:298254 Archived-At: Po Lu writes: > Andrew De Angelis writes: > >> Thanks Daniel! That's very helpful. I was looking at documentation >> online regarding profiling Emacs, but most of it is GNU/Linux focused >> so they'd all mention gprof, which to my understanding doesn't work on >> Mac. I'll work on using the Instruments.app, that should be very >> helpful in finding the leaks. > > Doesn't Valgrind work on Mac OS as well? I think Address Sanitizer should work on Mac's clang as well.