X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:content-type :content-id:content-transfer-encoding:mime-version; q=dns; s= default; b=ArgqNvd6fV4eQcGKl5JVQsuMbeHUmCoTigoU7cXjl5EP7x3OVCypR VyKwoJ5xVRoEqzDTGcBpZ7HCcTVN2EEnUlM84tAitA/fjOt8MbcpEl9mEspZMX+K Vzd3ba79mgLRb+IpJE/MHpE0YFWydS7rBa4jaQRASopQJ6I79WsFcM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:content-type :content-id:content-transfer-encoding:mime-version; s=default; bh=/1lPVp1/qcwiD6oQMve7E0v9rFg=; b=Ui1lRct6A6JX8uuswed0ysg6MptD RJh3xGSq3Vncb3W5MiJqnNj9D3KU1yRZ+rCcEBjrVuKPe98Wmu8QhJePh5aJTbIn wfQr8fmstzdDTPbyGwUiOTiu1AING+71GxZ2fEgRq2DI00NtovFrdzt5Go4lqWQl jJ1qpGDRLQus79k= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=cornell.edu, cornelledu, H*MI:edu, respond X-HELO: NAM04-SN1-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cornell.edu; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Rjr+U4jOR8+Zw4hsnf4Xk57+fx6SsXBKd0TFFeAmKrU=; b=fCYaxWUzhPoi0EoF9rRpZdXTh0Kr6e/NkW9rbewxe8I1cHjcmNNC95ydhmH4+/Rr8ROLdyUUVHxy8gEb1mB/Dbxw4EAP+EdRurO9bs1R+SP8E0PYbqsaERfxLlB0gqoWTnQAS07Ak3pY06N3ERpnkBiLywzuRMpRW99Yo03ybfs= From: Ken Brown To: cygwin Subject: The timerfd functions slow down emacs Date: Thu, 21 Feb 2019 23:52:33 +0000 Message-ID: <04048cc3-091a-b55c-372b-bde29273d952@cornell.edu> user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 authentication-results: spf=none (sender IP is ) smtp.mailfrom=kbrown AT cornell DOT edu; received-spf: None (protection.outlook.com: cornell.edu does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 Content-Type: text/plain; charset="utf-8" Content-ID: MIME-Version: 1.0 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id x1LNqmU1010035 When emacs is built, it detects the timerfd functions and uses them if they're found. Now that Cygwin has these functions, the resulting build of emacs is very slow to respond to user input. If I press a key, there is a 1-2 second delay before emacs responds. I can work around this by configuring emacs with emacs_cv_have_timerfd=no, but it would be nice to find the cause. I'll try to make an STC, but I thought I'd report it here in the meantime, in case anyone has ideas or debugging suggestions. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple