Skip to content

Remove folly::Endian::little from JSIndexedRAMBundle#57109

Closed
sammy-SC wants to merge 1 commit into
react:mainfrom
sammy-SC:export-D107870286
Closed

Remove folly::Endian::little from JSIndexedRAMBundle#57109
sammy-SC wants to merge 1 commit into
react:mainfrom
sammy-SC:export-D107870286

Conversation

@sammy-SC

@sammy-SC sammy-SC commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Summary: The RAM bundle format stores offsets and lengths in little-endian, which previously required pulling in folly's byte-swapping library. This removes the folly dependency by implementing a simple little-endian decoder inline, cutting the build graph and making the code more self-contained.

Reviewed By: javache

Differential Revision: D107870286

Summary: The RAM bundle format stores offsets and lengths in little-endian, which previously required pulling in folly's byte-swapping library. This removes the folly dependency by implementing a simple little-endian decoder inline, cutting the build graph and making the code more self-contained.

Reviewed By: javache

Differential Revision: D107870286
@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 8, 2026
@meta-codesync

meta-codesync Bot commented Jun 8, 2026

Copy link
Copy Markdown

@sammy-SC has exported this pull request. If you are a Meta employee, you can view the originating Diff in D107870286.

@facebook-github-tools facebook-github-tools Bot added p: Facebook Partner: Facebook Partner labels Jun 8, 2026
@meta-codesync meta-codesync Bot closed this in 29ab78a Jun 8, 2026
@facebook-github-tools facebook-github-tools Bot added the Merged This PR has been merged. label Jun 8, 2026
@meta-codesync

meta-codesync Bot commented Jun 8, 2026

Copy link
Copy Markdown

This pull request has been merged in 29ab78a.

@react-native-bot

Copy link
Copy Markdown
Collaborator

This pull request was successfully merged by @sammy-SC in 29ab78a

When will my fix make it into a release? | How to file a pick request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged. meta-exported p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants