[NativeAOT-LLVM] [Question]: Should GCPointerMap have a provision for adding optional fields to GCStaticEETypeNode #2606
Labels
area-NativeAOT-LLVM
LLVM generation for Native AOT compilation (including Web Assembly)
WIth this code
ReturnArea
should be align 8, soGCStaticEETypeNode
should be written with an optional fieldOptionalFieldsFlag
I assume. The mechanism seems to be to do withGCPointerMap
but there is nothing present to do this. Am I off track here or is there something missing?Thanks
The text was updated successfully, but these errors were encountered: