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

Remove RuntimeAdapter.h from HermesRuntimeAgentDelegate

Open dannysu opened this issue 1 year ago • 1 comments

Summary: RuntimeAdapter.h is only needed when using CDPHandler, which the new code path doesn't need.

Changelog: [Internal]

Differential Revision: D56738299

dannysu avatar Apr 30 '24 01:04 dannysu

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 19,444,924 -3
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 22,817,867 +1
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: b7de91666453b832b889d9577226097aeeace1a8 Branch: main

analysis-bot avatar Apr 30 '24 01:04 analysis-bot

Merged as https://github.com/facebook/react-native/commit/35c7956baf7574e545f2561d38c8ddef2ee5dbe9

javache avatar Jun 27 '24 20:06 javache