-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): simplify serialization for code heap object (#122)
Summary: MemLab could run out of memory if the JS heap under analysis has complex code heap objects (i.e., JS interpreted, and compiled code representation and their context graph in heap) which may take a lot of time and memory to serialize: #122 This diff fixes this issue by simplifying the code heap object serialization process and output. Reviewed By: tulga1970 Differential Revision: D59541476 fbshipit-source-id: a4eb00e0f914d4694a1fe562abe0c861ca641ad1
- Loading branch information
1 parent
14f047d
commit f2af467
Showing
2 changed files
with
11 additions
and
2 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