Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: f4505cbec57de6ccca07bfedccb09589f8a2d17a10cd77cc6b5946302937af76
Ticket: 4af5ca1921122de63f37a99beefb2f5dbef72518
XCopyArea is very (very) slow on macOS with version 9
User & Date: marc_culler 2025-07-26 02:58:22
Changes

  1. icomment:
    > At first, I thought it might be due to epoll/kqueue **TIP458**
    
    While I still don't understand what "it" refers to, I did look up
    TIP #458 and I agree that whether epoll is used in the notifier
    is totally unrelated to the time required for updating graphics.
    The graphics updates do not involve the notifier at all. No events
    are being processed.  No files are being read or written.  And,
    even if the notifier were involved, using epoll should only improve
    things.
    
    One thing that is happening in CGContextDrawImage, on my laptop anyway,
    is that the entire image must be resampled in order to account for
    the Retina display.
    
  2. login: "marc_culler"
  3. mimetype: "text/plain"
  4. username: "Marc Culler"