react-native
react-native copied to clipboard
stop sending State in view preallocation on Android
Summary: 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.
Differential Revision: D58529357
This pull request was exported from Phabricator. Differential Revision: D58529357
| Platform | Engine | Arch | Size (bytes) | Diff |
|---|---|---|---|---|
| android | hermes | arm64-v8a | 21,300,376 | -446 |
| android | hermes | armeabi-v7a | n/a | -- |
| android | hermes | x86 | n/a | -- |
| android | hermes | x86_64 | n/a | -- |
| android | jsc | arm64-v8a | 24,497,455 | -122 |
| android | jsc | armeabi-v7a | n/a | -- |
| android | jsc | x86 | n/a | -- |
| android | jsc | x86_64 | n/a | -- |
Base commit: 5b03453b5f01a0fa7e3f1ee1f74a7e215e38cddd Branch: main
This pull request was exported from Phabricator. Differential Revision: D58529357
This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This PR was closed because it has been stalled for 7 days with no activity.