-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
hook up gating to shared native module queue #41043
Conversation
This pull request was exported from Phabricator. Differential Revision: D50398636 |
Base commit: 28d7ade |
Summary: Changelog: [Internal] in this change, we create an config pipeline to set `_enableSharedModuleQueue` in TMM Differential Revision: D50398636
08e50d9
to
68d67d9
Compare
This pull request was exported from Phabricator. Differential Revision: D50398636 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D50398636 |
Summary: Changelog: [Internal] in this change, we create an config pipeline to set `_enableSharedModuleQueue` in TMM Reviewed By: cipolleschi Differential Revision: D50398636
68d67d9
to
bfe32a1
Compare
Summary: Changelog: [Internal] in this change, we create an config pipeline to set `_enableSharedModuleQueue` in TMM Reviewed By: cipolleschi Differential Revision: D50398636
bfe32a1
to
7a3939a
Compare
This pull request was exported from Phabricator. Differential Revision: D50398636 |
Summary: Changelog: [Internal] in this change, we create an config pipeline to set `_enableSharedModuleQueue` in TMM Reviewed By: cipolleschi Differential Revision: D50398636
This pull request was exported from Phabricator. Differential Revision: D50398636 |
7a3939a
to
06eff36
Compare
Summary: Changelog: [Internal] currently, each native module creates a new module queue if `methodQueue` is not overridden in the native module. we want to see if we can use a single execution queue for a few reasons: - parity with android's queue model - performance: creating so many queues... for what? the overhead of this feels like it exceeds any potential benefit - set us up to remove the assocs from the module to the method queue, which will allow us to deprecate `synthesize methodQueue` and `-(dispatch_queue_t)moduleQueue` API. in this QE, we just start with replacing the KVO assoc'd queue with the shared module queue. Reviewed By: cipolleschi Differential Revision: D50398635
Summary: Changelog: [Internal] in this change, we create an config pipeline to set `_enableSharedModuleQueue` in TMM Reviewed By: cipolleschi Differential Revision: D50398636
This pull request was exported from Phabricator. Differential Revision: D50398636 |
06eff36
to
4f1f701
Compare
This pull request has been merged in 5ff4558. |
Summary: Pull Request resolved: facebook#41043 Changelog: [Internal] in this change, we create an config pipeline to set `_enableSharedModuleQueue` in TMM Reviewed By: cipolleschi Differential Revision: D50398636 fbshipit-source-id: cd8c210ad2ae4774ceb10130a8b80e500d17986a
Summary:
Changelog: [Internal]
in this change, we create an config pipeline to set
_enableSharedModuleQueue
in TMMDifferential Revision: D50398636