-
Notifications
You must be signed in to change notification settings - Fork 642
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Allocate `ManagedValues` entries in chunks. The `ManagedValues` list stores a set of refcounted values, tracking Hermes values referenced by external code. This diff updates the list to use a structure (`ManagedChunkedList`) to allocate space for elements in chunks, rather than allocating single elements at a time. Reviewed By: neildhar Differential Revision: D40367087 fbshipit-source-id: 706aad2de8d85f751afe3beaa030da1c16c4664d
- Loading branch information
1 parent
b4c0f0f
commit 7af9729
Showing
5 changed files
with
493 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.