Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CATransaction signposts #1060

Merged
merged 1 commit into from Aug 2, 2018
Merged

Remove CATransaction signposts #1060

merged 1 commit into from Aug 2, 2018

Conversation

Adlai-Holler
Copy link
Member

@Adlai-Holler Adlai-Holler commented Aug 1, 2018

Motivation

The CA transaction signposts are implemented by registering observers each turn of the run loop. Unfortunately this wakes the run loop up which means more transactions than necessary. Too many signposts to make sense of.

ASCATransactionQueue was added after this, and if we ever want transaction signposts again we should build on top of that.

Changes

  • Remove all CA transaction signpost injection code.

@Adlai-Holler Adlai-Holler merged commit 093ae3f into master Aug 2, 2018
@Adlai-Holler Adlai-Holler deleted the AHRemoveCASignpost branch August 2, 2018 15:39
mikezucc pushed a commit to mikezucc/Texture that referenced this pull request Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants