-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Context: ``` value = pointer -> union { [ vtable ptr | value data ] # normal value [ target ptr with lowest bit set | old self size ] # "forward" value during GC } ``` During GC, `Value` after value is moved, data is replaced with forward value. All normal `Value` operations crash on forward value. But debug should work. Reviewed By: rajneesh Differential Revision: D62771488 fbshipit-source-id: aba664c8ea56957a37db32b74e571a0e7ea3e4c1
- Loading branch information
1 parent
350ca26
commit 6d0fdbf
Showing
2 changed files
with
10 additions
and
0 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