[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] ui/cocoa: updateUIInfo threading, autorelease pools
From: |
Peter Maydell |
Subject: |
[PATCH 0/2] ui/cocoa: updateUIInfo threading, autorelease pools |
Date: |
Tue, 22 Feb 2022 17:06:43 +0000 |
This patchset was originally provoked by Akihiko Odaki noting
that we have some unnecessary creation and deletion of autorelease
pools in the Cocoa UI code. Patch 2 deletes them; but to get there
we need to do a bit of cleanup of the updateUIInfo support,
which wasn't considering threads.
Tested only very lightly.
Peter Maydell (2):
ui/cocoa.m: Fix updateUIInfo threading issues
ui/cocoa.m: Remove unnecessary NSAutoreleasePools
ui/cocoa.m | 33 ++++++++++++++++++++++++---------
1 file changed, 24 insertions(+), 9 deletions(-)
--
2.25.1
- [PATCH 0/2] ui/cocoa: updateUIInfo threading, autorelease pools,
Peter Maydell <=