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

stop sending State in view preallocation on Android #44954

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 9, 2024

  1. remove event emitter from view preallocation

    Differential Revision: D59522141
    sammy-SC authored and facebook-github-bot committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    994fbf3 View commit details
    Browse the repository at this point in the history
  2. stop sending State in view preallocation on Android (facebook#44954)

    Summary:
    Pull Request resolved: facebook#44954
    
    changelog: [internal]
    
    state object is usually invalid when first constructed and with view preallocation, it remains unused. This is unnecessary work that we can avoid by simply not sending state through jni during view preallocation.
    
    Reviewed By: alanleedev
    
    Differential Revision: D58529357
    sammy-SC authored and facebook-github-bot committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    dab68b6 View commit details
    Browse the repository at this point in the history