forked from oils-for-unix/oils
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mycpp/runtime] Fix mycpp header init after FIELD_MASK() move
Use GC_CLASS_FIXED() and GC_CLASS_SCANNED(), instead of just GC_CLASS(). We also don't need Tag::Opaque because Tag::Scanned with NUM_POINTERS(header_) == 0 should be just as efficient.
- Loading branch information
Andy C
committed
Jan 2, 2023
1 parent
e3342ed
commit 78f7313
Showing
2 changed files
with
17 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