react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Schedule JS revision merge on the main thread

Open j-piasecki opened this issue 1 month ago • 1 comments

Summary: Changelog: [General][Changed] - The JS revision merge now is scheduled on the main thread

Changes the Shadow Tree branching to schedule JS revision merge on the main thread instead of running it immediately at the end of the event loop. This will prevent shadow tree exhaustion when committing to the main branch, since all commits there will be happening on the same thread.

Differential Revision: D88736123

j-piasecki avatar Dec 10 '25 11:12 j-piasecki

@j-piasecki has exported this pull request. If you are a Meta employee, you can view the originating Diff in D88736123.

meta-codesync[bot] avatar Dec 10 '25 11:12 meta-codesync[bot]