-
Notifications
You must be signed in to change notification settings - Fork 643
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lift restriction on serializing a single scope at a time
Summary: Since we only ever lazily compiled one layer of functions at a time, we only serialized a single scope and asserted that this was sufficient. This diff lifts this restriction, so that we can lazily compile multiple depths in one go. #utd-hermes-ignore-android Reviewed By: tmikov Differential Revision: D23580248 fbshipit-source-id: 449cd68c2bc155dac5564fb154da229e37c834f5
- Loading branch information
1 parent
e0cd6e0
commit cba0416
Showing
2 changed files
with
20 additions
and
15 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