Question: Difference between CORINFO_FLG_CONTAINS_GC_PTR and varDsc->HasGCPtr() #1740
Labels
area-NativeAOT-LLVM
LLVM generation for Native AOT compilation (including Web Assembly)
question
Further information is requested
A while back there was some discussion on a means to decide if a struct should be GC tracked for the LLVM/Wasm backend.
#1647 (comment)
and
#1647 (comment)
There's a different between these 2 for
Span<char>
as one method includestype.IsByReferenceOfT
and one doesn't. Why is that and shouldtype.IsByReferenceOfT
be considered when passingSpan<char>
as an argument?Currently the IL->LLVM backed passes
Span<char>
on the LLVM stack, so is that correct?The text was updated successfully, but these errors were encountered: