-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore GC list before calling serial version of deduce_unreachable
Summary: In debug mode the serial version of deduce_unreachable verifies that the GC list has not been tampered with. We call `update_refs` beforehand, which copies refcounts into the previous pointer, effectively making it a singly linked list. Reviewed By: DinoV Differential Revision: D50996948 fbshipit-source-id: fa529158a50331178ff816397f96c145a24b19cb
- Loading branch information
1 parent
9e1211f
commit ae834b1
Showing
2 changed files
with
61 additions
and
30 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